> -----Original Message----- > From: Brad Balmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 1:26 PM > To: 'Struts Users Mailing List' > Subject: Session Affinity Manager [SNIP] > Does anyone know a place in Struts where I can do this? I initially > thought of the processActionPerform() function inside the > RequestProcessor class, but would I have to re-write all of > the existing > code for this function for each of my web applications? > > Thanks. >
Why not extend RequestProcessor and override process(...), make your calls and then call super.process(...)? Am I missing something obvious? -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>