struts2中用ajax有关问题

struts2中用ajax问题java-web交流群:132607763今天在struts2中使用s:head themeajax/,但会一直报错。

struts2中用ajax问题
java-web交流群:132607763

今天在struts2中使用<s:head theme="ajax"/>,但会一直报错。站点都不能打开,但去掉这句话就能正常显示。
这个原因是struts2版本的问题。我的版本是2.2.3版本。解决方案:
添加struts2-dojo-plugin-2.2.3.jar到lib下。然后在page下添加

,在<head>中添加