Hi:
In my web application, my action class get output data from EIS, put them into 
OutputActionForm and return an ActionFoward. But if I add a "session.invalidate
()" statement before "return mapping.findForward("Output")", My Output JSP page 
can not get any output data though I put output data into ActionForm in action 
class. I want to know how to show output data on Output JSP when I invalidate 
session before an actionFforward is returned.

Adam Dong 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to