Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

application.setAttribute/ getAttribute

843836Apr 20 2004 — edited Apr 20 2004
Hi All,

my web page requires attributes to be set in application instead of session.

but by using application, i cannot get the attribute from other pages, i always get null...
ie. i wanted to send "dummy" from page1.jsp to page2.jsp...

im using a FORM post in page1.jsp to link to page2.jsp.

when i do a application.getAttribute("dummy") in page2.jsp,
i will get a null....

does it have something to do with me using FORM in page1.jsp??

thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2004
Added on Apr 20 2004
10 comments
132 views