[ http://issues.apache.org/jira/browse/MYFACES-465?page=all ]

sean schofield updated MYFACES-465:
-----------------------------------

    Description: 
>From the javadoc: In addition to the standard validation behavior inherited 
>from UIInput, ensure that any specified value is equal to one of the available 
>options. If it is not, enqueue an error message and set the valid property to 
>false.

as the comment in the method body states:

      //TODO: see javadoc: iterate through UISelectItem and UISelectItems and 
check
        //current value against these items

  was:
as the comment in the method body states:

      //TODO: see javadoc: iterate through UISelectItem and UISelectItems and 
check
        //current value against these items


> Implement UISelectOne.validate(FacesContext)
> --------------------------------------------
>
>          Key: MYFACES-465
>          URL: http://issues.apache.org/jira/browse/MYFACES-465
>      Project: MyFaces
>         Type: Bug
>   Components: JSR-127
>     Versions: Nightly Build
>     Reporter: Oliver Rossmueller

>
> From the javadoc: In addition to the standard validation behavior inherited 
> from UIInput, ensure that any specified value is equal to one of the 
> available options. If it is not, enqueue an error message and set the valid 
> property to false.
> as the comment in the method body states:
>       //TODO: see javadoc: iterate through UISelectItem and UISelectItems and 
> check
>         //current value against these items

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to