Skip to content

Instantly share code, notes, and snippets.

/.html Secret

Created August 3, 2015 08:56
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/f36368532064ad690f6f to your computer and use it in GitHub Desktop.
Save anonymous/f36368532064ad690f6f to your computer and use it in GitHub Desktop.
<div jsf:id="group">
<input type="text" jsf:id="t1" jsf:value="#{bean.textOne}"/>
<input type="text" jsf:id="t2" jsf:value="#{bean.textTwo}"/>
</div>
<input type="submit" jsf:id="submit">
<!-- will execute t1 and t3 -->
<f:ajax execute="group"/>
</input>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment