[richfaces-issues] [JBoss JIRA] Updated: (RF-11406) rich:calender is not working for french months août as it contains '^' character.

Sudhir Mane (JIRA) jira-events at lists.jboss.org
Thu Sep 15 10:40:26 EDT 2011


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

Sudhir Mane updated RF-11406:
-----------------------------

    Description: 
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;




> 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
>
> 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