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 <[email protected]> wrote:
> Karan Malhi wrote: > >> 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? >> > > You could also do this via Spring (although I never have--I'm just > guessing). What kind of post-creation processing do you want to do? > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Karan Singh Malhi

