Условно использование f:setPropertyActionListener

Можно ли условно использовать f:setPropertyActionListener внутри commandButton?

<p:commandButton value="button" process="@this" update=":someForm" action="#{someMB.someAction}">
    <f:setPropertyActionListener target="#{someMB.someAttr}" value="#{someValue}" disabled="#{someCondition}"/> 
</p:commandButton>

как отключенное attr в f:setPropertyActionListener.

Обычно я делаю 2 разные кнопки с отображаемыми свойствами.

0 ответов

Другие вопросы по тегам