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 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 to make cleanup 
> for after the JSP has been populated by data.
>  The purpose of this is to handle the cleanup of Hibernate by closing it.
> 
> -- 
> Thanks, best regards,
> Ashraf Fouad
> 


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

Reply via email to