commandButton « validation « JSF Q&A





1. In JSF, how to make h:commandButton to send only one field?    stackoverflow.com

In JSF2 I have a command button, which should send only one field:

<h:inputHidden id="dirty" value="#{bean.dirty}" />
<h:commandButton value="Back" immediate="true"
              ...