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

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


    [ https://issues.jboss.org/browse/RF-10311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578005#comment-12578005 ] 

Ilya Shaikovsky commented on RF-10311:
--------------------------------------

26.01.2011 17:23:08 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, LengthValidator.js, from library, org.richfaces.csv. 
26.01.2011 17:23:08 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, RequiredValidator.js, from library, org.richfaces.csv. 
26.01.2011 17:23:08 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, RegexValidator.js, from library, org.richfaces.csv. 
26.01.2011 17:23:08 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, IntegerConverter.js, from library, org.richfaces.csv. 
26.01.2011 17:23:10 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, $Proxy15.js, from library, org.richfaces.csv. 
26.01.2011 17:23:10 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, $Proxy16.js, from library, org.richfaces.csv. 
26.01.2011 17:23:10 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, IntegerConverter.js, from library, org.richfaces.csv. 
26.01.2011 17:23:10 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, BooleanConverter.js, from library, org.richfaces.csv. 
26.01.2011 17:23:10 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 
WARNING: JSF1064: Unable to find or serve resource, $Proxy19.js, from library, org.richfaces.csv.

> 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