[ https://issues.apache.org/jira/browse/TOBAGO-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bernd Bohmann resolved TOBAGO-749. ---------------------------------- Resolution: Fixed Fix Version/s: 1.1.0 > 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 > Components: Core > Affects Versions: 1.0.20 > Reporter: Rainer Rohloff > Assignee: Bernd Bohmann > Fix For: 1.0.21, 1.1.0 > > > 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.