Hi,
 
We are using a dropdown menu control  populated with date values. For date 
conversion we are using a standard DateConverter.
Our code was working fine until we upgraded to MyFaces1.1.5 implementation.
 
Now we get this error:   " Value is not a valid option"
 
 
This is our code (was working before upgrade):
 
<h:selectOneMenu value="#{treeBacker.reportPeriod}"  id="report_period">

    <f:selectItem itemValue="Dec 01 2006" itemLabel="DEC 2006"/> 

    <f:selectItem itemValue="Nov 01 2006" itemLabel="NOV 2006"/> 

    <f:convertDateTime timeZone="#{treeBacker.timeZone}" pattern="MMM dd 
yyyy"/> 

    <h:message for="report_period" style="color:red"/> 

</h:selectOneMenu>

Anybody has an idea what is wrong with the above code ?

Thank you,

Stan.


==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================

Reply via email to