[richfaces-planning-issues] [JBoss JIRA] Commented: (RFPL-1468) Test rich:validator as wrapper around components

Ján Jamrich (JIRA) jira-events at lists.jboss.org
Tue Jul 19 10:43:24 EDT 2011


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

Ján Jamrich commented on RFPL-1468:
-----------------------------------

Added component wrapping usual validators (JSR303 + some with f:validator - for custom or regexp validation). But problem is with verifying client side validation. There are fall-backs fired from component even there is rich:validator (no matter if surrounding component, or within validated input - such as within input with value attr. bound to managed bean property annotated by some kind of Hibernate validation)

> Test rich:validator as wrapper around components
> ------------------------------------------------
>
>                 Key: RFPL-1468
>                 URL: https://issues.jboss.org/browse/RFPL-1468
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: QE
>    Affects Versions: 4.0.0.Final
>            Reporter: Lukáš Fryč
>            Assignee: Ján Jamrich
>             Fix For: 4.1.0.Milestone1
>
>
> We are using rich:validator namely for components:
> {code:XML}
> <h:inputText ...>
>   <rich:validator />
> </h:inputText>
> <h:inputText ...>
>   <rich:validator />
> </h:inputText>
> {code}
> but it would be good to verify that rich:validator is also working when wrapping more components:
> {code:XML}
> <rich:validator>
> <h:inputText ... />
> <h:inputText ... />
> </rich:validator>
> {code}
> Rewrite current rich:validator sample and tests to use wrapped usage for all kinds of components.

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

       



More information about the richfaces-planning-issues mailing list