以下のようなフォームがいくつかあり、最後に送信ボタンを押すと、「froms1toforms3」のすべての値がサーバーに送信されます。それは何か可能ですか?私はprimefacesを使用しています。
<h:form id="forms1">
<inputText .........
</h:form>
......
<h:form id="forms2">
......
</h:form>
.......
<h:form id="forms3">
.....
</h:form>
<p:commandButton value="submit" action="#{bean.action}" onSubmit="this.forms1,this.forms2,this.forms3" partialSubmit="true" />