Alexey Shakov created EXTVAL-156:
------------------------------------

             Summary: 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.8
         Environment: 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.
            Reporter: Alexey Shakov


Following use case does not work at the mnoment



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to