RE: Extending ForwardAction

2005-06-27 Thread Mark Benussi
:[EMAIL PROTECTED] Sent: 27 June 2005 14:45 To: user@struts.apache.org Subject: Extending ForwardAction 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: Does Struts

Extending ForwardAction

2005-06-27 Thread Peter . Zoche
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: Does Struts recognize that MyForwardAction extends ForwardAction so that is uses the parameter-attribute? Pete