Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <sync:toolbar id="orderListToolbar" layout="none">
  2.             <scia:rightButton>
  3.                 <sync:rowAction value="#{viewBundle.activate}" image="/img/cog_go.gif"
  4.                         action="#{OrderActivationBean.activateMulti}"
  5.                         reRender="#{Modal.refresh('orderActivationModalPanel')},orderListToolbar"
  6.                         oncomplete="Richfaces.showModalPanel('orderActivationModalPanel')">
  7.                     <scia:onCompleteDisabledWhenActionFails/>      
  8.                 </sync:rowAction>
  9.             </scia:rightButton>
  10.         </sync:toolbar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement