You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rainer Rohloff (JIRA)" <de...@myfaces.apache.org> on 2009/03/24 09:39:50 UTC

[jira] Created: (TOBAGO-749) Validation error on submitting a form with selectOneChoice (readOnly=true, required=true)

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.


[jira] Resolved: (TOBAGO-749) Validation error on submitting a form with selectOneChoice (readOnly=true, required=true)

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ 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.