Validation error on submitting a form with selectOneChoice (readOnly=true,
required=true)
------------------------------------------------------------------------------------------
Key: TOBAGO-749
URL: https://issues.apache.org/jira/browse/TOBAGO-749
Project: MyFaces Tobago
Issue Type: Bug
Affects Versions: 1.0.20
Reporter: Rainer Rohloff
When submitting a form with selectOneChoice (readOnly=true, required=true) a
validation error occurs.
<tx:selectOneChoice label="Select" value="#{myBean.selectValue}"
readOnly="true" required="true">
<f:selectItems value="#{myBean.items}" />
</tx:selectOneChoice>
The problem seems to be in setting the selected - value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.