On Tue, 2006-01-24 at 12:42 +0200, Marco wrote:
> Hi All;
> 
> I have dataTable that generates a list of inputText fields, and i want
> to check each inputText if its value existed before in the DB (I made
> my custom validator and it's working fine and prints an error message
> below each existed inputText value), but that will be an issue of
> performance if i had lots of inputText fields. 
> 
> So i want to validate a list containing the values of the inputText
> fields instead, so how can i collect these values in a list and pass
> it my validator (and prints an error message below each existed
> inputText value) ? 

Doing cross-component validation is not an easy task with JSF. I'm not
aware of anyone who has done what you're trying to do.


Reply via email to