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