Hi!

I need to add a new attribute "resultcode" in the action-mapping <forward>
tag. Example:
<forward contextRelative="true" name="invalidNews"
path="/WEB-INF/jsp/fsMarcos.jsp" resultcode="01"/>

This attribute will define a result code for the action the user requested.

I'm thinking in extending the ActionMapping,ActionForward classes and
implement this features.

Does anyone tried this?
Any other idea?

Thanks a lot.


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

Reply via email to