我在一个jsp页面中使用了两个表单。我想提交form2,但它需要提交第一个form1,然后提交第二个表单。请帮助我如何只提交form2而不提交form1 ..thankyou :)
<html:form action="action1">
<html:submit property=method><bean:message key="userform.login"/></html:submit>
</html:form>
<html:form action="action2">
<html:submit property=method><bean:message key="userform.contactus"/></html:submit></html:form>