java.io.FileNotFoundException: Template /template/ajax/head.ftl not found.

struts2 2.0.9 升级到 struts2 2.3.15.1以后


<s:head theme="ajax"/> 这句报  java.io.FileNotFoundException: Template /template/ajax/head.ftl not found.


原因:

就的core包中(struts2-core-旧.jar)



有ajax的模版

java.io.FileNotFoundException: Template /template/ajax/head.ftl not found._第1张图片


新版的struts2 core包没有


java.io.FileNotFoundException: Template /template/ajax/head.ftl not found._第2张图片

<s:head theme="ajax"/>
换成  

 <s:head theme="xhtml"/>

就行




你可能感兴趣的:(struts2,升级出错)