Pages

Friday, November 14, 2014

Setting Button Action from ActionListener

Control the button Action based on the logic inside ActionListener 

 This post talks about how to control the button Action based on the logic inside ActionListener. Lets say there is a commandButton "Go to View2" on pageFragment "View1" . On Click of this button conditionally a navigation is required. Here goes the code :

That's all ..enjoy.