Hallo,
in my application after the login the user is brought ot the work-area page (a dynamic region with a menu bar).
Well, I'd like that when the user makes the very 1st login in the work area page a "1st access password change" modal dialog is shown.
In the session managed bean of the application I've an attribute that contains the previous logins so I can use this value to decide if to show the dialog or not.
I'd like which is the adviced approach to open the dialog programmatically on work-area page load and which window/dialog component would be better to use.
In this case the dialog has to appear automatically but in the future I'd like to call it by a menu item (so that the user can change the password when he likes).
Thanks in advance,
Federico