0

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?

4

1 回答 1

0

我解决了。

我必须在控制器中添加一个方法,因为我使用了 jsp 标签。似乎路径是正确的,但 jsp 资源从未连接。

谢谢

于 2013-01-21T14:29:29.590 回答