converter in <tc:selectOneRadio> doesn't work
---------------------------------------------
Key: TOBAGO-641
URL: https://issues.apache.org/jira/browse/TOBAGO-641
Project: MyFaces Tobago
Issue Type: Bug
Components: Facelets
Affects Versions: 1.0.16
Environment: Facelets 1.1.14, MyFaces 1.1.6 snap (08.01.2008), Tobago
1.0.16 snap (19.03.2008)
Reporter: Guido Dubois
...
<tc:selectOneRadio id="extraLabel"
value="#{popuprequestprodisController.extraLabel}">
<f:attribute name="binding"
value="#{popuprequestprodisController.extraLabelSelectOne}" />
<f:attribute name="converter"
value="#{modelController.labelConverter}" />
<tc:selectItems
value="#{popuprequestprodisController.productExtraLabelItems}"
/>
</tc:selectOneRadio>
...
The converter doesn't work. The same converter used in a <tc:in> works fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.