[ http://issues.apache.org/jira/browse/MYFACES-237?page=comments#action_12319317 ]
Sylvain Vieujot commented on MYFACES-237: ----------------------------------------- In fact, I think it's rather a problem with inputCalendar, as inputDate just borrows the inputCalendar pop script : HtmlInputDateRenderer, line 202 : String localizedLanguageScript = HtmlCalendarRenderer.getLocalizedLanguageScript( symbols, HtmlCalendarRenderer.mapMonths(symbols), Calendar.getInstance(currentLocale).getFirstDayOfWeek(), null); Don't you also have the problem with inputCalendar ? > x:inputDate and popupCalendar problem > ------------------------------------- > > Key: MYFACES-237 > URL: http://issues.apache.org/jira/browse/MYFACES-237 > Project: MyFaces > Type: Bug > Versions: 1.0.9 beta > Environment: win xp , jsdk 1.4.2_05 > Reporter: Tomasz Bandura > Assignee: Sylvain Vieujot > Priority: Trivial > > When I use x:inputDate it looks good, popup works, calendar looks fine > but after popup it throws errors ( javax.servlet.error.status_code : 404 ) > 'javax.servlet.error.request_uri', for : > <appname>/jscalendar/jscalendar-DB/drop2.gif > <appname>/jscalendar/jscalendar-DB/drop1.gif > <appname>/jscalendar/jscalendar-DB/left1.gif > <appname>/jscalendar/jscalendar-DB/left2.gif > <appname>/jscalendar/jscalendar-DB/right1.gif > <appname>/jscalendar/jscalendar-DB/right2.gif > I don't mind it but problem occures when i try to catch error 404 > on page header there are : > <link rel="stylesheet" > href="/<appname>/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/1114410789000/WH/theme.css" > type="text/css"/> > <link rel="stylesheet" > href="/<appname>/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/1114410789000/DB/theme.css" > type="text/css"/> > <script > src="/<appname>/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/1114410789000/popcalendar.js" > type="text/javascript"></script> > regards > tomasz -- 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