Hi all, Please help me.
I am using this code in one of my action classes(dispatch actions) if(returnvalue==1) //return value is the value returned by the dao method after inserting the record into the database. { ActionForward fwd=new ActionForward(); fwd.setpath(/App/BidPackageDashboard.do"?code+"tmcode); return fwd; } When I use this code in my dispatch action class it works fine, however, when I use this code in the execute method of my other class(which is an Action class), it invalidates the session & takes the user back to the login page. Why is it doing this? Can anybody please help..???? Thanks & Regards, Meenakshi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]