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!

Global variable set from login page

user1688514Nov 17 2014 — edited Nov 17 2014

Jdeveloper 11.1.2.4.0, Release 2

Hi,

I'm fairly new to adf so please bare with my questions.

On the adfc-config.xml I have the following flow:

1.png

getUser.jspx is actually a login form.

The login is done the old fashion way: through a select from a database table containing users information.

If login is successefull, and the user is redirected to good.jspx page, I want in this page to have some info about the logged in user. For that I need to set some global variable right in the moment of the login.

Could you please indicate me how I cat set global variables at that point?

Thank you

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2014
Added on Nov 17 2014
2 comments
44 views