Re: How to register an ActionEventListener

2009-08-22 Thread Karan Malhi
Want to inject EJB's, however I do not want to add a dependency on spring. On Sat, Aug 22, 2009 at 12:15 PM, Dave Newton wrote: > Karan Malhi wrote: > >> I want to post process an action instance after it is created. I could >> create an ActionEventListener implementatio

Re: How to register an ActionEventListener

2009-08-22 Thread Karan Malhi
er action creation. > > > > > > Chris > > > > > > > -Original Message- > From: Karan Malhi > To: user@struts.apache.org > Sent: Fri, Aug 21, 2009 11:28 pm > Subject: How to register an ActionEventListener > > > > > > &g

Re: How to register an ActionEventListener

2009-08-22 Thread Karan Malhi
l your > interceptors > are processing the request after the action is created. > > > > after it is created > > > > > > > > > Chris > > > > > > > -Original Message- > From: Karan Malhi > To: user@struts.apache.org > S

How to register an ActionEventListener

2009-08-21 Thread Karan Malhi
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