]
Pavol Pitonak commented on RF-11406:
------------------------------------
Sudhir, you can try RichFaces 3.3.3.Final.
rich:calender is not working for french months août as it contains
'^' character.
---------------------------------------------------------------------------------
Key: RF-11406
URL:
https://issues.jboss.org/browse/RF-11406
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-misc
Affects Versions: 3.3.2.GA
Reporter: Sudhir Mane
Fix For: 4.1.0.Tracking
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: