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=8787>. 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=8787 Indexed field validation patch ------- Additional Comments From [EMAIL PROTECTED] 2002-09-24 07:37 ------- You can validate indexed properties using the Validator. The trick is, you can't validate an individual indexed property. For example, if Bean Foo has a property Bar which is an array of values, you can validate the entire array. But you can't validate an individual value by itself (Bar[5] for example) Do you have a need to validate one specific entry in a Collection? Or would validating the entire Collection be ok? James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
