Skip to content

Instantly share code, notes, and snippets.

/.html Secret

Created August 3, 2015 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d3219c80d95d1859394a to your computer and use it in GitHub Desktop.
Save anonymous/d3219c80d95d1859394a to your computer and use it in GitHub Desktop.
<form jsf:id="formOne">
<input type="text" jsf:id="t1" jsf:value="#{bean.textOne}"/>
<input type="text" jsf:id="t2" jsf:value="#{bean.textTwo}"/>
<input type="text" jsf:id="t3" jsf:value="#{bean.textThree}"/>
<input type="submit" jsf:id="btn1" jsf:actionListener="#{bean.create}">
<f:ajax execute="t1"/>
</input>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment