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=22046>.
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=22046

field validation for a list of fields





------- Additional Comments From [EMAIL PROTECTED]  2004-10-05 11:13 -------
This bug has nothing with bug 20754. 20754 is about javascript validation, this 
bug is about server side validation of indexed property of form bean.

The interesting part of patch code is 
 allResults.merge(results);
 if (!good) {
   break;
 }

instead

 allResults.merge(results);
 if (!good) {
   return allResults;
 }
in original code

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

Reply via email to