Template /template/ajax/head.ftl not found.

前端之家收集整理的这篇文章主要介绍了Template /template/ajax/head.ftl not found.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1:要在工程中加个struts2-dojo-plugin.jar
2:到JSP页面加上

<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>

3:把<s:head theme="ajax"/>改为<sx:head/>

猜你在找的Ajax相关文章