Hi,

If Struts 2.0.14 still uses dojo 0.4 than the problem (and the fix) is described here:
http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/firefox-3-and-struts-2-theme-ajax-render-issues#comment-17067

BR,
Andras

Tom Pop wrote:
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



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to