Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[ ADF, JDev12.1.3 ] How to show a modal dialog (conditionally) after the user has logged in?

FlattitMar 11 2016 — edited Mar 24 2016

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

This post has been answered by Timo Hahn on Mar 12 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2016
Added on Mar 11 2016
12 comments
1,915 views