[richfaces-issues] [JBoss JIRA] Created: (RF-10311) CSV: JSR-303 validators works using ajax falback only

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Jan 26 10:27:49 EST 2011


CSV: JSR-303 validators works using ajax falback only
-----------------------------------------------------

                 Key: RF-10311
                 URL: https://issues.jboss.org/browse/RF-10311
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-validators
    Affects Versions: 4.0.0.Milestone5
            Reporter: Ilya Shaikovsky
            Assignee: Alexander Smirnov
             Fix For: 4.0.0.CR1


Please check richfaces-showcase in SVN. Client Validation section and jsr303 page.

tried next ones :
    @Length(min = 3, max = 12)
    private String name = null;
    @Pattern(regexp = "^[\\w\\-]([\\.\\w])+[\\w]+@([\\w\\-]+\\.)+[a-zA-Z]{2,4}$")
    private String email = null;
    @Min(value = 18)
    @Max(value = 99)
    private Integer age;
    private String country;
    private String jobTitle;
    @AssertTrue
    private boolean agreed;

And all of them not works. So decided to stop and ask you to check for my or CSV code general issues.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list