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" ...