[richfaces-issues] [JBoss JIRA] (RF-12692) rich:select - unknown validator SelectLabelValueValidator

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Jan 4 09:27:08 EST 2013


     [ https://issues.jboss.org/browse/RF-12692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated RF-12692:
----------------------------

    Workaround Description: 
Use application {{faces-config.xml}} to register validator:

{code:xml}
<validator>
        <validator-id>org.richfaces.validator.SelectLabelValueValidator</validator-id>
        <validator-class>org.richfaces.validator.SelectLabelValueValidator</validator-class>
    </validator>
{code}
                Workaround: Workaround Exists

    
> rich:select - unknown validator SelectLabelValueValidator
> ---------------------------------------------------------
>
>                 Key: RF-12692
>                 URL: https://issues.jboss.org/browse/RF-12692
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.3.0.M2, 4.3.0.M3
>         Environment: Windows7, Tomee 1.0.0 / Webpshere 8.0.0.3, Myfaces 2.0.2/MyFaces 2.1.7
>            Reporter: Erdem YILMAZ
>            Assignee: Lukáš Fryč
>              Labels: SelectLabelValueValidator, missing, regression
>             Fix For: 4.3.0.CR1
>
>
> We have trying our application with the new M3 release/snapshots but have error in all simple pages with rich:select component. We think that on build time SelectLabelValueValidator.class is not added to the richfaces-components-ui-4.3.0.XX.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list