commandButton 内で f:setPropertyActionListener を条件付きで使用することは可能ですか?
<p:commandButton value="button" process="@this" update=":someForm" action="#{someMB.someAction}">
<f:setPropertyActionListener target="#{someMB.someAttr}" value="#{someValue}" disabled="#{someCondition}"/>
</p:commandButton>
f:setPropertyActionListener の無効な属性のように。
私が通常行うことは、レンダリングされたプロパティを持つ 2 つの異なるボタンを作成することです。