gpt4 book ai didi

java - 如何一键从多个表单中持久化?

转载 作者:行者123 更新时间:2023-12-01 14:30:22 26 4
gpt4 key购买 nike

我有两个表单,一个按钮。

<h:form>
<h:outputLabel value="Form Name: *" />
<p:inputText required="true" value="#{currentTemplate.name}" />
</h:form>

以及另一种形式的一个按钮。

<h:form id="orderListForm">
<p:commandButton value="Submit"
action="#{orderListBean.callPersist}" style="margin-top:5px"
id="btnCitySubmit" />
</h:form>

我想将第一个表单中的值与第二个表单一起保存。

非常感谢您的回答!

最佳答案

您想执行两种形式的所有输入吗?然后process="@all" <p:commandButton> 的属性是给你的。它将处理页面内的所有输入

或者,您可以指定要处理的组件的 ID,例如 process="@form :another-form" ,如果待更新的表单有 id="another-form"指定。

关于java - 如何一键从多个表单中持久化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16897573/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com