Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0, 1.1.1
-
None
-
None
-
Tomcat 5.5 running under JBoss on Windows Server 2003
Description
The tomahawke selectOneRadio (t:selectOneRadio previously x:selectOneRadio) in a datatable no longer works correctly. On selection of an item and submission of the form a ('Validation Error', "
{0}": Value is not a valid option') message is added to the messages.
This worked correctly in myfaces 1.0.9 but not in the last nightly build.
Below is a subset of my jsp that outputs the column:
<h:column>
<f:facet name="header">
<h:outputText value="#
"/>
</f:facet>
<t:selectOneRadio id="selectRadio" forceId="true" forceIdIndex="false" required="true" value="#
">
<f:selectItem itemValue="#
" itemLabel=""/>
</t:selectOneRadio>
</h:column>
The 'value; points to a string value in the backing bean and the itemValue points to the same string value in the Client domain object, of which the table is driven from.
Attachments
Attachments
Issue Links
- blocks
-
MYFACES-606 Tomahawk selectOneRadio doesn't validate. This is a side affect of patch for fixed issue 592.
- Closed
- is duplicated by
-
MYFACES-680 x:selectOneRadio tag cannot be nested within the h:dataTable tag in version 1.1.0
- Closed