we would like to make every single forward in our app to extend from a AppForward. In such a way we would like to configure this in just one single place in the config files rather that for every forward.
We know that it could be done for global forwards as:
<global-forwards type="com.path.AppForward"> <forward name="home" path="/app/login.jsp"/> <forward name="failure" path="/app/failure.jsp"/> </global-forwards>
but for local forwards, we do not find any other solution that:
<forward name="success" path="/userTask.do" className="com.path.AppForward"/>
and this makes maintainance more difficult and struts-config size increasing.
Is there any parameter in the config files where the forward could be specified for the whole app?
Thanks in advance,
Adolfo.
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]