Duh! Never mind... nothing like forgetting basic Java programming... Override processActionPerform() and be sure to call super.processActionPerform() first. I'll just be off in the corner flaying myself for a while...


From: "Frank Zammetti" <[EMAIL PROTECTED]>
Reply-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. 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 execute the Action as usual, but then when it's done I want the RequestProcessor to forward on it's own, ignoring what the Action returns? I need to do it this way because I don't want to alter the Actions in any way. I don't see something like a processPostprocess() method, and I'm not sure which method, if any, I can override to do this.

Any ideas?  Thanks everyone!

P.S. - This is an effort to create something that I intend to share with everyone once I get past this last hurdle, something I hope eventually can be added to the base Struts distro.

_________________________________________________________________
Watch the online reality show Mixed Messages with a friend and enter to win a trip to NY http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/



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


_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! http://join.msn.click-url.com/go/onm00200362ave/direct/01/



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



Reply via email to