| Implementation of ActionMapping for the Struts
example application. It defines the following custom properties:
- failure - The context-relative URI to which this request
should be forwarded if a validation error occurs on the input
information (typically goes back to the input form).
- success - The context-relative URI to which this request
should be forwarded if the requested action is successfully
completed.
author: Craig R. McClanahan version: $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ |