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