process="@this"
在 a中设置<p:dialog>
将命中 managedBean 中的方法,但提交的值为空。设置process="@form"
不打方法。设置process="@all"
给出null
值。设置嵌套表单,在对话中引入表单是不可取的。我必须在process
属性中指定什么?
<p:commandButton id="serachInsideDialogue" value="#{msg.AddSystem_searchLabel}" action="#{testBean.edit}" update="growl" process="@this">
<f:setPropertyActionListener target="#{testBean.searchUserId}" value="#{testBean1.searchId}" />
</p:commandButton>