[
https://issues.jboss.org/browse/RF-11406?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-11406:
------------------------------------
Sudhir, this issue was not fixed, it was merely scheduled to be looked further into.
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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira