我正在使用spring和hibernate在多个模块中开发一个Web应用程序。
我想使用一个模块,这是另一个项目进入不同的项目。 但我无法使用该模块的jsp文件。
实际上我有两个名为profile和SecondProject的项目。我在配置文件项目中有一个名为Insert.jsp的jsp文件。和SecondProject中的Insert2.jsp文件。现在我想将Insert2.jsp文件包含到Insert.jsp中。 那么我该怎么做才能建议我。
这是Insert.jsp文件的代码
<form action="/Profile/sendData" method="POST">
Name: <input type="text" name="name" />
<input type="submit" value="submit" />
</form>
<%@include file="Insert2.jsp" %>
答案 0 :(得分:0)
您可以在个人资料项目的var option:CFDictionaryRef?
中使用JSTL <c:import>
标记,如下所示:
Insert.jsp
注意:不要忘记在类路径中以及行下方添加<c:import url="http://localhost:8080/SecondProject/insert2.jsp"/>
:
jstl jar