Bernard Labno created RF-12456:
----------------------------------

             Summary: CSV before Ajax
                 Key: RF-12456
                 URL: https://issues.jboss.org/browse/RF-12456
             Project: RichFaces
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: component-validators
    Affects Versions: 4.2.2.Final
            Reporter: Bernard Labno
            Priority: Minor


If I have input bound to attribute that is annotated with @NotNull @Email then 
it should have 2 validations: not empty value, email.
There is client side validator for @NotNull but there is none for @Email and 
the latter requires Ajax fallback,
however I'd expect that before there is any Ajax fallback then all client side 
validations are performed. It makes no sens to do ajax fallback for validation 
@Email if validation @NotNull is not met.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to