You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2009/06/11 12:01:07 UTC

[jira] Commented: (EXTVAL-46) Referencing other properties for the skip validation strategy

    [ https://issues.apache.org/jira/browse/EXTVAL-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718383#action_12718383 ] 

Gerhard Petracek commented on EXTVAL-46:
----------------------------------------

#1
do you mean a constraint level conditional validation?

#2 (fyi)
extval validations are performed completely in the "process validations"-phase of jsf.
(cross-validation is invoked via a phase-listener after the validation phase - but before the next phase starts
-> as expected - no model update happens in case of a violation...)

regards,
gerhard

> Referencing other properties for the skip validation strategy
> -------------------------------------------------------------
>
>                 Key: EXTVAL-46
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-46
>             Project: MyFaces Extensions Validator
>          Issue Type: New Feature
>            Reporter: Stefan Meyer
>
> I would like to skip validation of property a based on an evaluation of properpty b. Similar to RequiredIf but as powerfull as skipvalidation - basically an extension to skipvalidation.
> Extval seems to be validating in more than one phase.  So the skip validation stuff seems to be over when cross validation begins. That is why i did not try really hard to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.