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=27321>. 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=27321 Automatic invalid format handling for form bean ------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 14:58 ------- I get what you want in my apps when I combine my plug-in with Validator. http://www.rabago.net/struts/formdef It leaves validation to Validator and concentrates on converting the formatted request parameters / ActionForm fields to typed values and vice versa. Plus, it doesn't create incompatibilities with existing ActionForms and Validator configs. The changes you propose are desirable, and as you can see from the comments here, others have thought about it. I've thought enough about it to write the code to do it. However, IMHO, implementing it now in Struts 1.x could create problems with existing apps looking to update their Struts libraries. However, I believe this has been proposed to the 2.x version and there's a good chance it'll have something like this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
