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





------- Additional Comments From [EMAIL PROTECTED]  2003-09-18 04:26 -------
I began to make everything create ActionMessages. However, with the validator 
hooks provided by struts the ActionErrors class is pretty tightly interwoven. I 
made everything in the ActionValidatorUtil return ActionErrors because i didn't 
want to intermingle ActionErrors and ActionMessages. I can make the change back 
to ActionMessages once all the hooks are provided to seemlessly use 
ActionMessages in the Struts base classes.

For example:
Resources.initValidator only accepts ActionErrors in it's method signature.

I think we need to go through the Struts code and deprecate ActionErrors and 
provide alternate ActionMessages method signatures.

If you want i can lock away some time to do this. Otherwise, I will keep my 
patches using the ActionErrors until the base struts classes deprecate 
ActionErrors and provide ActionMessages hooks.

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

Reply via email to