Template /template/ajax/head.ftl not found

Struts2 Ajax出现错误“Template /template/ajax/head.ftl not found”

  1. 在核心包的目录:struts2-core-2.1.8.1\template下查看有哪些主题theme可用.
  2. 没有ajax主题,所以用theme="ajax"肯定出错,因为根本就没有"ajax"这个主题文件存在。
  3. 其中,css_xhtml、simple、xhtml中的文件格式为.ftl,这是视图FreeMarker默认的模板文件名后缀。xhtml是默认的主题。

 

posted on 2015-11-05 21:05  DrawToy  阅读(780)  评论(0)    收藏  举报

导航