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