f:validateBean should only use the validationGroups from the stack, if its 
validationGroups property is null or an empty string
-------------------------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-2501
                 URL: https://issues.apache.org/jira/browse/MYFACES-2501
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-alpha-2
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


scenario:

<f:validateBean validationGroups="group1">
    <h:inputText>
        <f:validateBean />
    </h:inputText>
    <h:inputText>
        <f:validateBean validationGroups="group2" />
   </h:inputText>
</f:validateBean>

In this scenario the first h:inputText gets a bean validator with 
validationGroup group1 and the second h:inputText _should_ get a bean validator 
with the validationGroup group2. Currently the second h:inputText gets a bean 
validator with both validationGroups (group1,group2).

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

Reply via email to