You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/09/24 09:37:03 UTC

DO NOT REPLY [Bug 8787] - Indexed field validation patch

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 turner@blackbear.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>