[
https://issues.jboss.org/browse/RF-13028?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13028:
----------------------------------
The showcase itself does not use this class directly.
Issuing {{grep -ri SelectLabelValueValidator}} over the framework gives this result to be
changed:
* {{/src/main/resources/META-INF/csv.xml}}
Warning when deploying showcase - SelectLabelValueValidator class not
present
-----------------------------------------------------------------------------
Key: RF-13028
URL:
https://issues.jboss.org/browse/RF-13028
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: regression, showcase
Affects Versions: 5.0.0.Alpha1
Environment: JBoss AS 7.1.1.Final
Reporter: Juraj Húska
Priority: Minor
There is following warning when deploying showcase:
{code}
11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript
function definition for class org.richfaces.validator.SelectLabelValueValidator, but that
class is not presented
{code}
The reason is changed package for {{SelectLabelValueValidator}}.
The new one is: {{org.richfaces.ui.select.select}}
The demos for {{select components}} seems to work correctly.
--
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