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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue May 24 06:04:00 EDT 2011


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: Pavol Pitonak


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