I'm trying to get <s:datepicker> to work in AppFuse. I'm using Struts 2.0.6. When I add the code below to a JSP, I get a 404 (via Firebug) for the following files:
http://localhost:8080/struts/dojo/src/i18n/calendar/nls/en-us/gregorian.js http://localhost:8080/struts/dojo/src/i18n/calendar/nls/en/gregorianExtras.js http://localhost:8080/struts/dojo/src/i18n/calendar/nls/en-us/gregorianExtras.js Here's the code for my JSP: <%@ include file="/common/taglibs.jsp"%> <html> <head> <title>My page</title> <s:head/> </head> <body> <td> <div id="div1">Div 1</div> </td> <td> <s:form> <s:datetimepicker name="dddp4" type="date" /> </s:form> </td> </body> </html> Any ideas? Thanks, Matt -- View this message in context: http://www.nabble.com/-s2--Can%27t-get-%3Cs%3Adatepicker%3E-to-work-tf3814068.html#a10796668 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]