[ http://issues.apache.org/jira/browse/MYFACES-323?page=comments#action_12319535 ]
Ethan Teh commented on MYFACES-323: ----------------------------------- I have download the nightly build 20 August 2005. Although it resolve the parseInt bug for Mozilla, but it seem it still a bug in Internet Explorer. Please refer this hyperlink http://www.irt.org/script/1438.htm Internet Explorer treats both queries as if they were base 10 uses of the parseInt() function. This conflicts with page 186 of the book "Javascript The Definitive Guide" by David Flanagan (3rd Edition). I have added a new function to truncate the "0" for 01-09. This will work for both browser. I also attached the working js that I have tested. Regards, Ethan > inputCalendar fails after changing value on server > -------------------------------------------------- > > Key: MYFACES-323 > URL: http://issues.apache.org/jira/browse/MYFACES-323 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: 1.0.9 beta > Environment: Tomcat 5.0.27 in JBuilder2005, WinXP, locale=hu_HU > Reporter: Csaba Sebastian > Assignee: Martin Marinschek > Attachments: CalendarTest.java, calendarTest.jsp, faces-config.xml > > After a server function changes the value of the date binded to the > inputCalendar component, the popup window fails: the month is set to the > "undefined" string, and an "empty month" is show in the middle pane. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
