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


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

Reply via email to