[
https://issues.jboss.org/browse/RF-11406?page=com.atlassian.jira.plugin.s...
]
Sudhir Mane commented on RF-11406:
----------------------------------
Hi Brian Leathem,
As per your reply on this issue as fix is included in release 4.1.0.
I have applied the below mentioned fix at the application server level & issue is
resolved for me.
1.Login to Admin Console of Websphere Application Server.
2.On the Application Server page, click on the name of the server.
3.On the settings page for the selected application server, click Process Definition.
4.On the Process Definition page, click Java Virtual Machine.
5.On the Java Virtual Machine page, specify -Dclient.encoding.override=UTF-8 for Generic
JVM Arguments and click OK.
6.Click Save on the console taskbar.
7.Restart the application server.
Will you please tell me what changes you have applied at the framework level to handle the
UTF -8 encoding?
Thanks & Regards,
Sudhir Mane
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:
http://www.atlassian.com/software/jira