tx:in validator attribute is not working
----------------------------------------

                 Key: TOBAGO-368
                 URL: https://issues.apache.org/jira/browse/TOBAGO-368
             Project: MyFaces Tobago
          Issue Type: Improvement
    Affects Versions: 1.0.10
            Reporter: Dennis Hauser


<tx:in id="eic"         value="Test"    label="Label"    
validator="CustomValidator"/>
does not work (CustomValidator.validate is not called on submit)


<tx:in id="eic"         value="Test"    label="Label">
        <f:validator validatorId="CustomValidator" />
</tx:in>
works fine!


-- 
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