application.setAttribute/ getAttribute
843836Apr 20 2004 — edited Apr 20 2004Hi 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.