0

我在一个带有两个按钮的页面上有两个几乎相同的表单,每个表单一个。现在我希望第二个按钮也可以从第一个表单的字段中读取数据并隐藏第二个表单的字段或没有它们。我怎样才能做到这一点?

第一种形式

<form:form id="excelform" commandName="tg35FormBackingModel" action="${createExcel}" method="post">
<div>
<table>
<tr>
<td class="tg35-left"><spring:message code="tg35.fromDate" />
<em title="<spring:message code='tooltip.mandatory' />"
class="mandatory float-right">*</em>
</td>
<td><form:input path="fromDate" cssClass="dateInput" /> <form:errors
cssClass="ui-state-error ui-corner-all" path="fromDate" />
</td>
</tr>

...

4

0 回答 0