]
Alexander Smirnov updated RF-10311:
-----------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
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
Priority: Critical
Fix For: 4.0.0.Milestone6
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
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]+(a)([\\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: