RE: RequestProcessor POST-processing

2004-06-02 Thread Frank Zammetti
ply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RequestProcessor POST-processing Date: Wed, 02 Jun 2004 12:55:21 -0400 Hi all... I'm writing a custom RequestProcessor implementation where I need to do some pre-processing and some post-processing.

RequestProcessor POST-processing

2004-06-02 Thread Frank Zammetti
Hi all... I'm writing a custom RequestProcessor implementation where I need to do some pre-processing and some post-processing. Pre-processing is easy, I just overrode processPreprocess(). My question though is can I do the same thing post-request? What I mean is this... Assume I want to exe