Hi all!

Here a question from a newbie:

Is it possible to extend the ForwardAction class to add some functionality
chained to the forward?
My struts-config entry would look like this:

<action input="/login.jsp" name="loginForm" path="/viewstartpage"
parameter="/startpage.jsp" scope="request"
  type="mypackage.MyForwardAction" validate="false"/>

Does Struts recognize that MyForwardAction extends ForwardAction so that is
uses the parameter-attribute?

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to