cedric 02/03/22 09:37:42 Modified: contrib/tiles/web/doc/WEB-INF tiles-examples-defs.xml tiles-defs.xml struts-config.xml contrib/tiles/web/doc/doc/portal news.jsp Log: Correct some comments Revision Changes Path 1.3 +2 -3 jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-examples-defs.xml Index: tiles-examples-defs.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-examples-defs.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tiles-examples-defs.xml 18 Feb 2002 14:48:40 -0000 1.2 +++ tiles-examples-defs.xml 22 Mar 2002 17:37:42 -0000 1.3 @@ -368,14 +368,13 @@ <!-- Skin Settings definitions --> <!-- ======================================================= --> - <!-- Rss main page --> + <!-- Skin main page --> <definition name="examples.skin.settings.page" extends="examples.customizable.layouts.root"> <put name="title" value="Tiles 1.1 Skin Setting" /> <put name="body" value="examples.skin.settings.body" /> </definition> - <!-- Rss channel body declaration--> - <!-- Example to use when connected (online)--> + <!-- Skin body declaration--> <definition name="examples.skin.settings.body" path="/examples/tiles/mySkinSettings.jsp" controllerUrl="/examples/controller/mySkinSettings.do" > <put name="userSettingsName" value="tiles.examples.skin.user.settings" /> 1.2 +2 -2 jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-defs.xml Index: tiles-defs.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-defs.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tiles-defs.xml 27 Dec 2001 17:33:01 -0000 1.1 +++ tiles-defs.xml 22 Mar 2002 17:37:42 -0000 1.2 @@ -124,8 +124,8 @@ <putList name="items" > <item value="Tiles Tags" link="/doc/tilesTags.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> - <item value="Extension Tags (old)" link="/doc/extensionsTags.jsp" - classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> + <!-- <item value="Extension Tags (old)" link="/doc/extensionsTags.jsp" + classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> --> </putList> </definition> 1.9 +1 -2 jakarta-struts/contrib/tiles/web/doc/WEB-INF/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/WEB-INF/struts-config.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- struts-config.xml 14 Mar 2002 08:29:01 -0000 1.8 +++ struts-config.xml 22 Mar 2002 17:37:42 -0000 1.9 @@ -211,8 +211,7 @@ </action-mappings> <!-- ========== Associated Request Processor settings =================== --> <!-- Here we specified the tiles processor --> - <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor"> - </controller> + <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" /> <!-- ========== Associated Message Resources settings =================== --> <!-- Not used by tiles or this website, but needed due to a bug in actual Struts version --> 1.5 +10 -5 jakarta-struts/contrib/tiles/web/doc/doc/portal/news.jsp Index: news.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/doc/portal/news.jsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- news.jsp 18 Feb 2002 14:48:39 -0000 1.4 +++ news.jsp 22 Mar 2002 17:37:42 -0000 1.5 @@ -3,13 +3,18 @@ <th bgcolor="aqua"><font size="+1"><strong>News</strong></font></th></tr> <tr> <td> - <P><STRONG><EM><FONT color=#ff0000>Tiles-blank application</FONT></EM></STRONG> + <FONT size=2>Updated 20 Feb. 2002</FONT></P> + <P><STRONG><EM><FONT color=#ff0000>Tiles-blank Applications</FONT></EM></STRONG> <br><FONT color=#000000 size=2> - A tiles-blanc.war is now provided to help starting a new project using Tiles. + Different <code>tiles-blanc.war</code> files are now provided to help starting new project using Tiles. + <ul> + <li><code>tiles-blank.war</code> - Tiles without Struts</li> + <li><code>tiles-blank-struts1.1.war</code> - Tiles with Struts1.1</li> + <li><code>tiles-blank-struts1.0.war</code> - Tiles with latest stable Struts1.0.x</li> + </ul> </FONT><FONT color=#ff0000><EM><STRONG></STRONG></EM></FONT></P> - <P><FONT color=#ff0000><EM><STRONG>Article on Tiles and - Struts</STRONG></EM></FONT> + <P><FONT color=#ff0000><EM><STRONG>Article on Tiles and Struts</STRONG></EM></FONT> <br><FONT color=#000000 size=2> An article on using Tiles and Struts is available at : <br> @@ -52,4 +57,4 @@ <P> <FONT size=2>Updated 12 Jan. 2002</FONT></P> -</td></tr></table> \ No newline at end of file +</td></tr></table>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>