Chris, I did consider that option too. I think the interceptor would be invoked *after* the action has executed. I wanted to do processing after the Action instance is created.
On Sat, Aug 22, 2009 at 11:54 AM, <musom...@aol.com> wrote: > > The action is instantiated before the interceptors fire so all your > interceptors > are processing the request after the action is created. > > > > after it is created > > > > > > > > > Chris > > > > > > > -----Original Message----- > From: Karan Malhi <karan.ma...@gmail.com> > To: user@struts.apache.org > Sent: Fri, Aug 21, 2009 11:28 pm > Subject: How to register an ActionEventListener > > > > > > > > > > > I want to post process an action instance after it is created. I could > create an ActionEventListener implementation. How would I register this > class with struts so that it notifies the listener? > > -- > Karan Singh Malhi > > > > > > -- Karan Singh Malhi