Skip to content

Instantly share code, notes, and snippets.

@gabor-farkas
Created December 4, 2014 13:51
Show Gist options
  • Save gabor-farkas/9c06b63cc80e1c0218dd to your computer and use it in GitHub Desktop.
Save gabor-farkas/9c06b63cc80e1c0218dd to your computer and use it in GitHub Desktop.
JSF binding example
<h:inputText value="#{personBacking.person.name}"/>
<h:commandButton action="#{personBacking.savePerson}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment