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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16401

ActionValidatorUtil

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.phase.ws/struts/ |
            Summary|ValidatorLookupDispatchActio|ActionValidatorUtil
                   |n                           |



------- Additional Comments From [EMAIL PROTECTED]  2003-09-01 15:34 -------
This utility allows for you to validate forms, beans, or any other javabean 
compliant class from within the Action. You simply pass it a validation key and 
the bean you want to validate. It will create an ActionErrors object for you or 
you can pass in an already existing ActionErrors object. This provides a 
greater amount of reuse with validator configuration because it doesn't have to 
be on the form level. Therefore, you can create more fine-grained validators 
for your beans.

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

Reply via email to