首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

化除struts2标签的样式 ftl

2013-02-03 
消除struts2标签的样式 ftl1.增加struts.propertiesconstant namestruts.ui.theme valueusr/? ? ?

消除struts2标签的样式 ftl

1.增加struts.properties

<constant name="struts.ui.theme" value="usr"/>

? ? ?<constant name="struts.ui.templateDir" value="WEB-INF/template"/>

? ? <constant name="struts.ui.templateSuffix" value="ftl" />

2.在WEB-INF下建立template文件夹,将struts2-core-2.3.8.jar解压,拿来template文件夹中的内容放入建立的template文件夹中,接着任意修改ftl就OK。

热点排行