Skip to content
Mrdigs edited this page Apr 9, 2014 · 7 revisions

If you have installed Bootstrap.jsp successfully, you should be able to import the taglib into your JSP page and reference the components. The taglib uri for Bootstrap.jsp is 'http://bootstrapjsp.org/':

<%@ taglib uri="http://bootstrapjsp.org/" prefix="b" %>
<b:container>
	<b:panel>I am a Panel</b:panel>
</b:container>
Clone this wiki locally