Take a look at 

http://issues.apache.org/jira/browse/MYFACES-459

Looks like it might be fixed in 1.0.10m10.

On 9/9/05, ::SammyRulez:: <[EMAIL PROTECTED]> wrote:
> Hi All
> 
> is normal that a calendar acept as input a date such as 02/38/05
> (MM/dd/yy) and transfom it in 10/04/05?????
> 
> here my code
> 
>  <t:inputCalendar monthYearRowClass="yearMonthHeader" 
> weekRowClass="weekHeader"
>                     currentDayCellClass="currentDayCell"
> id="dataInizio" value="#{anniTermiciHandler.annoTermico.dataInizio}"
> renderAsPopup="true" lang="it"  popupTodayString="Oggi � "
> popupWeekString="Sett." addResources="true"  >
> 
>             <f:convertDateTime locale="#{userOptions.locale}"
> dateStyle="short" />
> 
>             </t:inputCalendar>
> 
> should I add some custom Validation?
> 
> 
> 
> --
> ::SammyRulez::
> http://sammyprojectz.blogspot.com
>

Reply via email to