You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>