[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-879) UISelectItems doesn't take into account converters registered using converter-for-class
Guy Veraghtert (JIRA)
jira-events at lists.jboss.org
Sun Feb 18 14:07:30 EST 2007
UISelectItems doesn't take into account converters registered using converter-for-class
---------------------------------------------------------------------------------------
Key: JBSEAM-879
URL: http://jira.jboss.com/jira/browse/JBSEAM-879
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 1.1.7.GA
Reporter: Guy Veraghtert
faces-config.xml allows you to register converters by type:
<converter>
<converter-for-class>be.aca.MyType</converter-for-class>
<converter-class>
be.aca.MyTypeConverter
</converter-class>
</converter>
The ConverterChain doesn't take into account these converters. As such the value attribute of an option element isn't filled in correctly.
The problem occurs only when a no-selection option is added.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list