I'm using EventActionDispatcher and it works fine dispatching to events from
jsp.
But I have an ActionClass that I want to forward to another ActionClass so
how can I do a Struts forward so that I can specify which event on the 2nd
ActionClass to invoke?  I can only do a /2ndActionClass.do which will call
the 2nd ActionClass but how will it know which event method I want to
invoke? Thanks!

Reply via email to