[richfaces-issues] [JBoss JIRA] Resolved: (RF-11407) RichFaces rich:calendar throwing javascript issue for internationalization. If language is french month with charater ^.

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Sep 21 00:22:26 EDT 2011


     [ https://issues.jboss.org/browse/RF-11407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved RF-11407.
--------------------------------

    Resolution: Duplicate Issue


Duplicate of RF-11406

> RichFaces rich:calendar throwing javascript issue for internationalization. If language is french month with charater ^. 
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-11407
>                 URL: https://issues.jboss.org/browse/RF-11407
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.1.6
>         Environment: Websphere 6.1
> JSF 1.1
> Richfaces 3.1.6.GA
>            Reporter: Sudhir Mane
>
> The rich:calendar doesnot work for the french language month having charater ^.
> The java script error occurs on page & action method is not invoked.
> Below is the component declaration.
> component declaration:
> <rich:calendar id="fromDate"
> binding="#{managebean.formattedDocDateCal}" cellWidth="24px"
> cellHeight="22px" showWeeksBar="false" firstWeekDay="0"
> datePattern="#{managebean.ctxDateFormat}"
> buttonIcon="../images/calendar.gif" direction="top-right"
> value="#{managebean.fromValDate}" />
> =======================================================
> Manage Bean code
> private HtmlCalendar toDate;
> private Date toValDate;
> private HtmlCalendar fromDate;
> private Date fromValDate;

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list