You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2005/12/23 08:46:32 UTC

[jira] Closed: (MYFACES-712) inputCalendar : Internationalization problem

     [ http://issues.apache.org/jira/browse/MYFACES-712?page=all ]
     
Martin Marinschek closed MYFACES-712:
-------------------------------------

    Fix Version: Nightly
     Resolution: Fixed

This should be fixed now in my complete rework of the calendar scripts.

They are much cleaner now, too, so it should be easier to find out what happens in there ;)

regards,

Martin

> inputCalendar : Internationalization problem
> --------------------------------------------
>
>          Key: MYFACES-712
>          URL: http://issues.apache.org/jira/browse/MYFACES-712
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.1.0
>  Environment: Windows XP, Jdev 10.1.3, JDK 1.4.2
>     Reporter: Patricia Guedes
>     Assignee: Martin Marinschek
>      Fix For: Nightly
>  Attachments: CALENDAR.patch
>
> When I set the internationalization parameters, just jscalendarMonthName, jscalendarWeekString and
> jscalendarSelectDateMessage works well. All the others show the default English values.
> Follow my JSF code:
> <x:inputCalendar monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader"
>                         currentDayCellClass="currentDayCell"
> value="#{remessaBean.value}"
>                         renderAsPopup="true"
> popupDateFormat="dd/MM/yyyy" style="vertical-align:bottom;"
>                         renderPopupButtonAsImage="true"
> rendered='#{field.active and field.tipo=="DATE"}'
>                         popupTodayString="Hoje é"
> popupWeekString="Sm" popupGotoString="Mês Corrente"
>                         popupScrollLeftMessage="Ir para o mês
> anterior" popupScrollRightMessage="Ir para o próximo mês"
>                         popupSelectMonthMessage="Selecione o mês"
> popupSelectYearMessage="Selecione o ano"
>                         popupSelectDateMessage="Selecione [date] como data"/>

-- 
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