DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30194>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30194

On failed form validation ActionForm should be passed to Action.execute





------- Additional Comments From [EMAIL PROTECTED]  2004-07-19 22:31 -------
An Action behaves the same way no matter how it is invoked, regardless of
whether it was invoked via an action.input element, or action.path, or
forward.path. The behavior is the same in each case. The ActionForm parameter
will reflect whatever "form" is set in the action mapping. 

To do what you want, I believe you would use the same form-bean for the
action.form parameter, but set validate to false (so it doesn't loop). 

-Ted.

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

Reply via email to