0

我正在尝试从页面外部访问在 jsp:included 页面中填写的表单数据。我正在使用 jquery 并且愿意使用 ajax。我的代码看起来有点像这样:

<form name=form1>
<jsp:include page="someFormData.jsp" />
//Other inputs out here in <% include %> files
<input type=button value=Submit onClick="return commonSubmit()"
</form>

我需要使用 jsp:include 样式包含,因为使用 <%include...%> 将所有内容放在一页上会导致异常,因为我的 jsp 太大。我需要做的就是能够提交表单并将数据包含在“someFormData.jsp”中

4

0 回答 0