Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <p:menuitem styleClass="menuItem" oncomplete="dialog.show()" actionListener="#{backingBean.doSomeStuff}" update="dialog" immediate="true">
  2. <f:setPropertyActionListener value="#{backingBean.getFoo(parameter)}" target="#{sessionScope.foo}"/>
  3. </p:menuitem>
  4.  
  5. $(".menuItem").click()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement