RE: A big problem for me in Action Mapping

2002-10-02 Thread Ashish Kulkarni
tober 02, 2002 3:20 PM > > To: Struts Users Mailing List > > Subject: A big problem for me in Action Mapping > > > > Hi, > > I have a action mapping as below, > > > type="com.myapp.action.SessionInvalidAction" > > scope="request"

RE: A big problem for me in Action Mapping

2002-10-02 Thread Karr, David
> -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 3:20 PM > To: Struts Users Mailing List > Subject: A big problem for me in Action Mapping > > Hi, > I have a action mapping as below, > type="com.m

A big problem for me in Action Mapping

2002-10-02 Thread Ashish Kulkarni
Hi, I have a action mapping as below, Then i have jsp called include.jsp in "pages" folder with following line of code String user = (String)session.getAttribute("user"); if (user == null) { System.out.println("there is no user so invalid session"); request.getRequestDispatcher("sessioninvalid