[
http://jira.jboss.com/jira/browse/JBSEAM-879?page=all ]
Peter Muir resolved JBSEAM-879.
-------------------------------
Resolution: Done
Thanks! I've applied your changes (just put it directly into the constructor). It
would be great if you could test this for me :)
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
Assigned To: Peter Muir
Fix For: 1.1.7.GA
Attachments: patch-879.txt
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