StrutsTiles使用

 

1.       Struts包中都有Tiles子包,创建 tiles-defs.xml文件,注意版本。

2.       创建Struts插件,TilesPugin

3.       创建模板页 使用insert标签,创建相应的子页面。

4.       配置tiles-defs.xml文件。

5.       配置struts-config.xml, 通过*Do去访问。

 

 

MyFaces中使用Tiles

1.       支持的类在tomahawk包中。

2.faces-config.xml中配置

<application>

       <view-handler>           org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl

       </view-handler>

    </application>

2.    之后用法和struts一样。