Hello, I have page with datetimepicker and debug mode in head tag causes some error lines with this content:
[SyntaxError: syntax error, file: http://localhost:8080/tomis/struts/dojo/dojo.js, line: 115] Do you have any idea what should be wrong in dojo.js? My configuration: Struts 2.0.14 all libs as in Struts showcase Tomcat 6.0, browser Firefox 3.0 The Struts-showcase example with same libs works fine. Source code of page: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <html> <head> <title>Test</title> <s:head theme="ajax" debug="true" /> </head> <body> <s:datetimepicker></s:datetimepicker> </body> </html> Thanks for your help. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org