Skip to content

Instantly share code, notes, and snippets.

@olivier-schmitt
Created June 15, 2013 08:49
Show Gist options
  • Save olivier-schmitt/5787443 to your computer and use it in GitHub Desktop.
Save olivier-schmitt/5787443 to your computer and use it in GitHub Desktop.
JSF and AJAX : solution
<h:commandButton
id="cmd"
action="#{ajaxCounterBean.execute}"
value="Ajax"
immediate="true">
<c:ajax render="output :output2 :secondform:output3"/>
</h:commandButton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment