getSubmittedValue() of <tc:selectOneRadio> binding in a popup dialog returns
always value of first item
-------------------------------------------------------------------------------------------------------
Key: TOBAGO-640
URL: https://issues.apache.org/jira/browse/TOBAGO-640
Project: MyFaces Tobago
Issue Type: Bug
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}" />
<tc:selectItems
value="#{popuprequestprodisController.productExtraLabelItems}"
/>
<f:facet name="click">
<tc:command
actionListener="#{popuprequestprodisController.selectExtraLabelClick}"
immediate="true">
<tc:attribute name="renderedPartially"
value="panelExtraLabelContainer" />
</tc:command>
</f:facet>
</tc:selectOneRadio>
...
...
String item = this.extraLabelSelectOne.getSubmittedValue().toString();
...
item gets always the value of the first SelectItem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.