I’m using commandbutton in page1. If commandbutton is pressed, flow goes to page2. I would like to show a dialog in page2 only if the commandbutton in page1 is pressed (and thus not if page2 is opened directly). How can I achieve this?
I’m using commandbutton in page1. If commandbutton is pressed, flow goes to page2. I
Share
Just use the
visibleattribute. The EL expression must evaluate to aboolean.E.g.