I am using spring mvc. Now, I am trying to put inside my JSPs simple import to HTML file which contains the toolbar.
This tag does not seem to be working:
<jsp:include page="toolbar.html" />
I tried to put it in the root of the webapp folder (changed the path of the import of course), but still.. it did not work.
How do I do this?