diff --git a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java index 44b179585..b62ba3ae5 100644 --- a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java +++ b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Head.java @@ -46,7 +46,7 @@ import com.opensymphony.xwork2.util.ValueStack; *

*

For troubleshooting javascript problems the following configuration is recommended:

*
- *   <s:head debug="true" cache="false" compressed="false" />
+ *   <sx:head debug="true" cache="false" compressed="false" />
  * 
* *

Dojo files are loaded as required by the Dojo loading mechanism. The problem with this