[ 
https://issues.apache.org/jira/browse/EXTVAL-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved EXTVAL-156.
-------------------------------------

    Resolution: Fixed

> Add support for BehaviorEvent/AjaxBehaviorEvent in ExtValViewRootInterceptor
> ----------------------------------------------------------------------------
>
>                 Key: EXTVAL-156
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-156
>             Project: MyFaces Extensions Validator
>          Issue Type: New Feature
>    Affects Versions: 2.0.7
>            Reporter: Alexey Shakov
>            Assignee: Gerhard Petracek
>             Fix For: 2.0.8
>
>         Attachments: EXTVAL-156_first_step.patch, 
> EXTVAL-156_second_step.patch, EXTVAL-156_third_step.patch
>
>
> Following use case does not work:
>   <h:selectOneMenu ...>
>             <f:ajax event="change" render="main" 
> listener="#{bean.bypassValidation}" execute="@form" />
>   </h:selectOneMenu>
> where bean.bypassValidation is defined as:
>     @SkipConstraintValidation
>     public String bypassValidation() {
>         return "success";
>     }
> @SkipConstraintValidation is not evaluated in this case:  onchange-event 
> forces all form fields to be validated.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to