Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <a4j:jsFunction name="updateList" reRender="buttonsPanel" actionListener=# {myController.refresh}" />
  2.  
  3. <a4j:outputPanel id="buttonsPanel">
  4. <h:commandButton id="myButton" onclick="return confirm('Are you sure you want to perform this operation');" value="Save" action="#{myController.doSave}" styleClass="#{myController.isReady ? 'ShowGreen' : 'ShowRead'}" immediate="true">
  5. </a4j:outputPanel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement