You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Alexey Shakov (JIRA)" <de...@myfaces.apache.org> on 2013/11/20 13:53:35 UTC

[jira] [Created] (EXTVAL-156) Add support for BehaviorEvent/AjaxBehaviorEvent in ExtValViewRootInterceptor

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)