users@javaserverfaces.java.net

Re: Conditional validation

From: Mehdi Sidhoum <mehdi.sidhoum_at_geomatys.fr>
Date: Sun, 02 Sep 2012 18:45:22 +0200

Hi Christian,

What about the "disabled" attribute of the validator tag have you seen
this attribute ?


Le 01/09/2012 00:48, Christian Beikov a écrit :
> I would like to propose to add a new attribute to the validator
> tags, something like "condition" or we can also use the rendered
> attribute, I don't really care about the name.
>
> Anyway my point about this proposal is to create a delegating
> validator that, when the "condition" attribute is declared at the
> validator tag, will delegate the validation to the validator
> defined by the id when the condition evaluated to true.
>
> The approach is explained here:
> https://github.com/softwaremill/softwaremill-common/tree/master/softwaremill-faces#delegating-validator
>
>
>
> What do you think?
>
> Regards, Christian