Re: Making cleaning after forwarding to page

2005-06-26 Thread atta-ur rehman
t; session data? > > > > entity data? > > > > context data? > > > > > > > > Martin > > > > > > > > > > > > > > > > > > > > > > > > >From: Ashraf Fouad <[EMAIL PROTECTED]&g

Re: Making cleaning after forwarding to page

2005-06-26 Thread Larry Meadors
t; > > > > Martin > > > > > > > > > > > > > > > > > > >From: Ashraf Fouad <[EMAIL PROTECTED]> > > > >Reply-To: Ashraf Fouad <[EMAIL PROTECTED]> > > > >To: user@struts.apache.org > > > >S

Re: Making cleaning after forwarding to page

2005-06-26 Thread atta-ur rehman
gt; > > > > > > >From: Ashraf Fouad <[EMAIL PROTECTED]> > > >Reply-To: Ashraf Fouad <[EMAIL PROTECTED]> > > >To: user@struts.apache.org > > >Subject: Making cleaning after forwarding to page > > >Date: Sat, 25 Jun 2005 16:55:30

Re: Making cleaning after forwarding to page

2005-06-25 Thread Yan Hu
If a bean is in the request scope after forwarding to a JSP, the bean will be out of scope after the JSP is filled with the data from that bean. Why do you need to clean it up yourself? --- Ashraf Fouad <[EMAIL PROTECTED]> wrote: > Dears, > I want to know where to customize in struts 1.2.7 ino

Re: Making cleaning after forwarding to page

2005-06-25 Thread Ashraf Fouad
data? > context data? > > Martin > > > > > > >From: Ashraf Fouad <[EMAIL PROTECTED]> > >Reply-To: Ashraf Fouad <[EMAIL PROTECTED]> > >To: user@struts.apache.org > >Subject: Making cleaning after forwarding to page > >Date: Sat, 25 Jun

RE: Making cleaning after forwarding to page

2005-06-25 Thread Martin Gainty
what are you 'cleaning' up? session data? entity data? context data? Martin From: Ashraf Fouad <[EMAIL PROTECTED]> Reply-To: Ashraf Fouad <[EMAIL PROTECTED]> To: user@struts.apache.org Subject: Making cleaning after forwarding to page Date: Sat, 25 Jun 2005 16:55:30 +

Making cleaning after forwarding to page

2005-06-25 Thread Ashraf Fouad
Dears, I want to know where to customize in struts 1.2.7 inorder to make some cleanup after the request is frowarded to the jsp page, something like servlet filter. As I already have RequestProcessor.processPreProcess to handle an any request before forwarding to action class, I need some way t