posts - 66, comments - 12, trackbacks - 0, articles - 0

          struts2 使用simple標簽模板

          Posted on 2008-06-10 10:37 cyantide 閱讀(1009) 評論(0)  編輯  收藏 所屬分類: struts2

          在struts-core-2.06.jar中包含了一些默認的模版文件($ {struts-core-2.06.jar}/template),其中有ajax/simple/xhtml等.


          查看struts.properties或$ {struts-core-2.06.jar}/org/apache/struts2/default.properties文件,其中有如下配置:
          struts.ui.theme=xhtml
          struts.ui.templateDir=template
          struts.ui.templateSuffix=ftl

          這一段就是關于struts2模版的配置信息,我們可以修改struts.properties文件,將其改成
          struts.ui.theme=simple
          struts.ui.templateDir=template
          struts.ui.templateSuffix=ftl

          如果沒有struts.properties文件,可以修改struts.xml文件,在其中加入如下行

          <constant name="struts.ui.theme" value="simple" />
          <constant name="struts.ui.templateDir" value="template" />
          <constant name="struts.ui.templateSuffix" value="ftl" />

          主站蜘蛛池模板: 浦城县| 盐源县| 井冈山市| 巴塘县| 宿迁市| 高唐县| 岳阳市| 陆良县| 方城县| 辽阳市| 关岭| 汨罗市| 沙田区| 古蔺县| 繁峙县| 佛山市| 晋城| 望江县| 蓝田县| 大兴区| 金寨县| 华宁县| 叶城县| 四子王旗| 开江县| 南华县| 阿勒泰市| 盈江县| 通州市| 无为县| 嵊州市| 通海县| 库车县| 丰原市| 三原县| 龙井市| 宁晋县| 安西县| 宣恩县| 辉南县| 九龙坡区|