Re: Session Attribute Management

2005-09-28 Thread Vernon
I already found the problem. It is about how a request shall be written in a JSP file: using . Thanks --- Vernon <[EMAIL PROTECTED]> wrote: > Hi, all, > > In my application, a session attribute is needed to > let the application function properly. So, I have a > filter to verify whether this a

Session Attribute Management

2005-09-28 Thread Vernon
Hi, all, In my application, a session attribute is needed to let the application function properly. So, I have a filter to verify whether this attribute is set or not in the session. The doFilter method of the filter is something like the following: public void doFilter(ServletRequest r