fdegrassi wrote:
> AFAIK, validators do just that, validate the syntax of values
> submitted. (field level validation)
> Validation logic that involves multiple fields (form level validation)
> should go into the form/submit listener.

Not quite true...
Take a look at
http://issues.apache.org/jira/browse/TAPESTRY-410
to get some ideas of what can be achieved.

>
> Regards
>
> Francesco Degrassi
>
>
> Malin Ljungh wrote:
>> Good evening!
>>
>> I have written my own validator which works excellent - as long as a
>> value
>> is submitted in the field to be validated. Have I missed something here?
>> What should I do?
>>
>> To add a required validator may seem to be the obvious solution but the
>> thing is that the field is not always required - it depends.
>>
>> Cheers
>> Malin
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to