Я хочу выбрать выполнение того или иного метода с помощью EL.
Возможно ли это сделать?
<p:commandButton icon="fa fa-save"
value="#{bean.disabledProperty == false? 'Save':'Update'}"
actionListener="#{bean.disabledProperty == false? 'bean.save()':'bean.update()'}"
oncomplete="PF('widgetDialog').hide(),PF('widgetDT').clearFilters()"
update="dataForm" />