New <v:collection> validator has been added that can be used to wrap one or more validators that should be evaluated for each element in the collection.
Users can also control whether all collection elements should be validated no matter what by setting validate-all attribute to 'true', or they can use default behaviour (evaluation is short-circuited as soon as single element fails to validate properly).
Collection to validate can be specified using context attribute of the <v:collection> element.
Aleksandar Seovic added a comment - 28/Feb/07 02:34 PM New <v:collection> validator has been added that can be used to wrap one or more validators that should be evaluated for each element in the collection.
Users can also control whether all collection elements should be validated no matter what by setting validate-all attribute to 'true', or they can use default behaviour (evaluation is short-circuited as soon as single element fails to validate properly).
Collection to validate can be specified using context attribute of the <v:collection> element.
Users can also control whether all collection elements should be validated no matter what by setting validate-all attribute to 'true', or they can use default behaviour (evaluation is short-circuited as soon as single element fails to validate properly).
Collection to validate can be specified using context attribute of the <v:collection> element.