cedric 02/05/24 03:16:11 Modified: contrib/tiles/web/doc/WEB-INF tiles-tests-defs.xml tiles-examples-defs.xml struts-config.xml contrib/tiles/web/doc/test testAll.jsp contrib/tiles/web/doc/doc/portal revisionsCont.html revisions.jsp news.jsp download.jsp documentation.jsp contrib/tiles/web/doc/examples index.jsp contrib/tiles/web/doc/common footer.jsp contrib/tiles/web/doc/tutorial/common footer.jsp Log: Allow serialization of I18nFactorySet Allow default classtype for attribute <item classtype="" > Update documentation Add automatic date in manifest.mf (set by build). Revision Changes Path 1.2 +2 -2 jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-tests-defs.xml Index: tiles-tests-defs.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/WEB-INF/tiles-tests-defs.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tiles-tests-defs.xml 27 Dec 2001 17:33:01 -0000 1.1 +++ tiles-tests-defs.xml 24 May 2002 10:16:10 -0000 1.2 @@ -11,8 +11,8 @@ <definition name="test.menu.links" path="/layouts/menu.jsp" > <put name="title" value="Tests" /> <putList name="items" > - <item value="All in one" link="/test/index.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> - <item value="Basic" link="/test/testBasic.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> + <item value="All in one" link="/test/index.jsp" /> + <item value="Basic" link="/test/testBasic.jsp" /> <item value="Ignore attribute" link="/test/testIgnore.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> <item value="Definition" link="/test/testDefinitions.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> <item value="Role" link="/test/testRole.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> 1.5 +2 -4 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tiles-examples-defs.xml 15 Apr 2002 08:30:30 -0000 1.4 +++ tiles-examples-defs.xml 24 May 2002 10:16:10 -0000 1.5 @@ -73,11 +73,9 @@ <put name="title" value="Examples" /> <putList name="items" > <item value="Examples Home" - link="/examples/index.jsp" - classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> + link="/examples/index.jsp" /> <item value="Portal" - link="/examples/portal.jsp" - classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> + link="/examples/portal.jsp" /> <item value="my Portal" link="/examples/myPortal.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> 1.11 +1 -1 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- struts-config.xml 15 Apr 2002 08:26:33 -0000 1.10 +++ struts-config.xml 24 May 2002 10:16:10 -0000 1.11 @@ -216,7 +216,7 @@ <!-- ========== Associated Request Processor settings =================== --> <!-- Here we specified the tiles processor --> - <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" /> + <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" /> <!-- ========== Associated Messages Ressource settings =================== --> <!-- Not used by tiles or this website, but needed due to a bug in actual Struts version --> 1.2 +13 -13 jakarta-struts/contrib/tiles/web/doc/test/testAll.jsp Index: testAll.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/test/testAll.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- testAll.jsp 1 Aug 2001 14:36:46 -0000 1.1 +++ testAll.jsp 24 May 2002 10:16:11 -0000 1.2 @@ -1,4 +1,4 @@ -<%@ taglib uri="/WEB-INF/tiles.tld" prefix="comp" %> +<%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> In the right column you can find some basic examples, @@ -9,27 +9,27 @@ <td><strong>Sources</strong></td> </tr> <tr> - <td valign="top"><comp:insert page="testBasic.jsp" /></td> + <td valign="top"><tiles:insert page="testBasic.jsp" /></td> <td valign="top"> - <comp:insert page="/common/viewSrcBody.jsp"> - <comp:put name="srcPath" value="/test/testBasic.jsp" /> - </comp:insert> + <tiles:insert page="/common/viewSrcBody.jsp"> + <tiles:put name="srcPath" value="/test/testBasic.jsp" /> + </tiles:insert> </td> </tr> <tr> - <td valign="top"><comp:insert page="testList.jsp" /></td> + <td valign="top"><tiles:insert page="testList.jsp" /></td> <td valign="top"> - <comp:insert page="/common/viewSrcBody.jsp"> - <comp:put name="srcPath" value="/test/testList.jsp" /> - </comp:insert> + <tiles:insert page="/common/viewSrcBody.jsp"> + <tiles:put name="srcPath" value="/test/testList.jsp" /> + </tiles:insert> </td> </tr> <tr> - <td valign="top"><comp:insert page="testDefinitions.jsp" /></td> + <td valign="top"><tiles:insert page="testDefinitions.jsp" /></td> <td valign="top"> - <comp:insert page="/common/viewSrcBody.jsp"> - <comp:put name="srcPath" value="/test/testDefinitions.jsp" /> - </comp:insert> + <tiles:insert page="/common/viewSrcBody.jsp"> + <tiles:put name="srcPath" value="/test/testDefinitions.jsp" /> + </tiles:insert> </td> </tr> </table> 1.3 +43 -0 jakarta-struts/contrib/tiles/web/doc/doc/portal/revisionsCont.html Index: revisionsCont.html =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/doc/portal/revisionsCont.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- revisionsCont.html 27 Dec 2001 17:31:16 -0000 1.2 +++ revisionsCont.html 24 May 2002 10:16:11 -0000 1.3 @@ -2,6 +2,49 @@ <tr> <th bgcolor="aqua"><FONT size=4>History (con't)</FONT></TH></TR> <TR> + <TD><FONT size=2><STRONG> 27 Dec. 2001</STRONG> </FONT></TD></TR> + <TR> + <TD> + <UL> + <LI><FONT size=2>Add commented examples portal</FONT></LI> + <LI><FONT size=2>Allow controller to be associated to a Tile</FONT></LI> + <LI><FONT size=2>Allow beans set in <put> and <putList> tags</FONT></LI> + <LI><FONT size=2>Add a reload action, and a reloadable factory wrapper</FONT></LI> + <LI><FONT size=2>Move NoOpAction to actions subdirectory</FONT></LI> + </UL> + </TD> + </TR> + <TR> + <TD><FONT size=2><STRONG> 02 nov. 2001</STRONG> </FONT></TD></TR> + <TR> + <TD> + <UL> + <LI><FONT size=2> Correct another bug with Orion : "importAttribute + not working when reused"</FONT></LI></UL></TD></TR> + <TR> + <TD><FONT size=2><STRONG> 29 oct. 2001</STRONG> </FONT></TD></TR> + <TR> + <TD> + <UL> + <LI><FONT size=2> + Allow body + content in tag + <put> and <add> in + xml files</FONT> + <LI><FONT size=2>Correct bug with Orion : "insert tag attribute not + reset when ignore=true".</FONT></LI></UL></TD></TR> + <TR> + <TD><FONT size=2><STRONG> 08 oct. 2001</STRONG> </FONT></TD></TR> + <TR> + <TD> + <UL> + <LI><FONT size=2> + Correct bug "path overloaded when + inheriting definition".</FONT> + <LI><FONT size=2> Add + example "dynamic portal"</FONT> + <LI><FONT size=2>Add Tile Rss Channel (Thanks Ted + Husted)</FONT></LI></UL></TD></TR> <TR> <TD><FONT size=2><STRONG> 27 sept. 2001</STRONG> </FONT></TD></TR> <TR> <TD> 1.11 +18 -48 jakarta-struts/contrib/tiles/web/doc/doc/portal/revisions.jsp Index: revisions.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/doc/portal/revisions.jsp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- revisions.jsp 15 Apr 2002 08:28:06 -0000 1.10 +++ revisions.jsp 24 May 2002 10:16:11 -0000 1.11 @@ -2,6 +2,23 @@ <tr> <th bgcolor="aqua"><FONT size=4>History</FONT></th></tr> <TR> + <TD><FONT size=2><STRONG> 23 May 2002</STRONG> </FONT></TD></TR> + <TR> + <TD> + <UL> + <LI><FONT size=2>tiles.XmlDefinition.XmlParser : enable default value for <item> classtype + attribute + (org.apache.struts.tiles.beans.SimpleMenuItem). As a consequence, all classtype attribute + can be removed in examples</FONT></LI> + <LI><FONT size=2>tiles.XmlDefinition.I18nFactorySet : Enable serialization (bug reported + by Dan Sykes)</FONT></LI> + <LI><FONT size=2></FONT></LI> + <LI><FONT size=2></FONT></LI> + <LI><FONT size=2></FONT></LI> + </UL> + </TD> + </TR> + <TR> <TD><FONT size=2><STRONG> 14 Apr. 2002</STRONG> </FONT></TD></TR> <TR> <TD> @@ -18,10 +35,6 @@ <LI><FONT size=2>tiles.ComponentActionServlet : Add overload of processForward and processInclude in order to catch properly forward in struts1.0.x struts-config (bug reported from struts user list)</FONT></LI> - <LI><FONT size=2></FONT></LI> - <LI><FONT size=2></FONT></LI> - <LI><FONT size=2></FONT></LI> - </UL> </TD> </TR> @@ -66,50 +79,7 @@ </UL> </TD> </TR> - <TR> - <TD><FONT size=2><STRONG> 27 Dec. 2001</STRONG> </FONT></TD></TR> - <TR> - <TD> - <UL> - <LI><FONT size=2>Add commented examples portal</FONT></LI> - <LI><FONT size=2>Allow controller to be associated to a Tile</FONT></LI> - <LI><FONT size=2>Allow beans set in <put> and <putList> tags</FONT></LI> - <LI><FONT size=2>Add a reload action, and a reloadable factory wrapper</FONT></LI> - <LI><FONT size=2>Move NoOpAction to actions subdirectory</FONT></LI> - </UL> - </TD> - </TR> - <TR> - <TD><FONT size=2><STRONG> 02 nov. 2001</STRONG> </FONT></TD></TR> - <TR> - <TD> - <UL> - <LI><FONT size=2> Correct another bug with Orion : "importAttribute - not working when reused"</FONT></LI></UL></TD></TR> - <TR> - <TD><FONT size=2><STRONG> 29 oct. 2001</STRONG> </FONT></TD></TR> - <TR> - <TD> - <UL> - <LI><FONT size=2> - Allow body - content in tag - <put> and <add> in - xml files</FONT> - <LI><FONT size=2>Correct bug with Orion : "insert tag attribute not - reset when ignore=true".</FONT></LI></UL></TD></TR> - <TR> - <TD><FONT size=2><STRONG> 08 oct. 2001</STRONG> </FONT></TD></TR> - <TR> - <TD> - <UL> - <LI><FONT size=2> - Correct bug "path overloaded when - inheriting definition".</FONT> - <LI><FONT size=2> Add - example "dynamic portal"</FONT> - <LI><FONT size=2>Add Tile Rss Channel (Thanks Ted - Husted)</FONT></LI></UL></TD></TR> + <TR> <TD><FONT size=2><STRONG> <A href="<%=request.getContextPath()%>/doc/portal/revisionsCont.html"> <FONT size=2><STRONG>more ...</STRONG></FONT></A></STRONG></FONT> 1.6 +7 -3 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- news.jsp 22 Mar 2002 17:37:42 -0000 1.5 +++ news.jsp 24 May 2002 10:16:11 -0000 1.6 @@ -3,7 +3,12 @@ <th bgcolor="aqua"><font size="+1"><strong>News</strong></font></th></tr> <tr> <td> - <FONT size=2>Updated 20 Feb. 2002</FONT></P> + <FONT size=2>Updated 22 May 2002</FONT></P> + <P><STRONG><EM><FONT color=#ff0000>Tiles Advanced Features Documentation (draft version)</FONT></EM></STRONG> + <br><FONT color=#000000 size=2> + <a href="http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf" />tilesAdvancedFeatures.pdf</a> + </FONT><FONT color=#ff0000><EM><STRONG></STRONG></EM></FONT></P> + <P><STRONG><EM><FONT color=#ff0000>Tiles-blank Applications</FONT></EM></STRONG> <br><FONT color=#000000 size=2> Different <code>tiles-blanc.war</code> files are now provided to help starting new project using Tiles. @@ -55,6 +60,5 @@ <P> <FONT size=2>Check "History" for latest modifications (further in this page)</FONT></P> <P> - <FONT size=2>Updated 12 Jan. 2002</FONT></P> -</td></tr></table> +</td></tr></table> \ No newline at end of file 1.11 +1 -1 jakarta-struts/contrib/tiles/web/doc/doc/portal/download.jsp Index: download.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/doc/portal/download.jsp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- download.jsp 15 Apr 2002 08:28:06 -0000 1.10 +++ download.jsp 24 May 2002 10:16:11 -0000 1.11 @@ -12,7 +12,7 @@ <div align="center"> <font size="2">Choose between binaries or sources distribution</font> </div> <br> - <DIV align=center><FONT size=2>Latest build : 2002 04 15 </FONT></DIV> + <DIV align=center><FONT size=2>Latest build : @compilation-date@ </FONT></DIV> <DIV align=center> 1.4 +3 -0 jakarta-struts/contrib/tiles/web/doc/doc/portal/documentation.jsp Index: documentation.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/doc/portal/documentation.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- documentation.jsp 27 Dec 2001 17:31:16 -0000 1.3 +++ documentation.jsp 24 May 2002 10:16:11 -0000 1.4 @@ -7,6 +7,9 @@ size=2>Installation / Requirements</FONT> </A></div></TD></TR> <TR> + <TD><A href="http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf"><P align=center><FONT + size=2>tilesAdvancedFeatures.pdf (draft)</FONT></A></P></TD></TR> + <TR> <TD><A href="<%=request.getContextPath()%>/doc/tutorial.jsp"><P align=center><FONT size=2>Tutorial</FONT></A></P></TD></TR> <TR> 1.2 +0 -1 jakarta-struts/contrib/tiles/web/doc/examples/index.jsp Index: index.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/examples/index.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.jsp 27 Dec 2001 17:27:15 -0000 1.1 +++ index.jsp 24 May 2002 10:16:11 -0000 1.2 @@ -1,4 +1,3 @@ <%@ page language="java" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> - <tiles:insert definition="examples.index.page" flush="true" /> 1.2 +1 -1 jakarta-struts/contrib/tiles/web/doc/common/footer.jsp Index: footer.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/common/footer.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- footer.jsp 1 Aug 2001 14:36:45 -0000 1.1 +++ footer.jsp 24 May 2002 10:16:11 -0000 1.2 @@ -2,7 +2,7 @@ <div align="center"> <font color="#023264" size="-1"> - <em> Copyright © 2000, Apache Software Foundation </em> + <em> Copyright © 2000-2002, Apache Software Foundation </em> <br> <em> and Cedric Dumoulin </em> </font> 1.2 +1 -1 jakarta-struts/contrib/tiles/web/doc/tutorial/common/footer.jsp Index: footer.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/web/doc/tutorial/common/footer.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- footer.jsp 1 Aug 2001 14:36:46 -0000 1.1 +++ footer.jsp 24 May 2002 10:16:11 -0000 1.2 @@ -1,6 +1,6 @@ <div align="center"> <font color="#023264" size="-1"> - <em> Copyright © 2000-2001, MyCompany </em> + <em> Copyright © 2000-2002, MyCompany </em> </font> </div> <img src="<%=request.getContextPath()%>/images/struts-power.gif" align="right" border="0">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>