Re: Bean Validator Question

2006-10-06 Thread andyhot
Try moving the validation logic to the second component... I don't think rdg1Max has rewinded (and given a chance to update its value) when rdg's validator kicks in. Julian Wood wrote: > Hmm, so am I off in left field here? Is it not possible to validate > the contents of one field based on the

Re: Bean Validator Question

2006-10-06 Thread Julian Wood
Hmm, so am I off in left field here? Is it not possible to validate the contents of one field based on the contents of another, server- side? Is there a bug? Thanks, J On 1-Oct-06, at 8:31 PM, Julian Wood wrote: I'm using a bean for validation. In particular, I want to make sure that one

Bean Validator Question

2006-10-01 Thread Julian Wood
I'm using a bean for validation. In particular, I want to make sure that one field is lte another (think exam scores 6 out of 12). So I have a bean set up like this: class="ca.ucalgary.commons.mt3.controller.MaxNullValidator"> And components like this: