I am not able to get session or application scope tracking to work for some
reason.  Currently the code is trying to use
application tracking, but I know I should be using session tracking for
items that are for the user session.

In my userLoggidIn.jsp page I have:
       Error Message = < <%= application.getAttribute("errorMessage") %> >

In my servlet I have:
       application.setAttribute("errorMessage", "NO error message");
       response.sendRedirect( response.encodeRedirectURL("/userLoggedIn.jsp");

The output is *always*: "Error Message = < null >".  What the heck am I
doing wrong?

Thanks in advance,

-- Jim

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to