marino 2004/01/31 06:18:01 Modified: xdocs/struts StrutsTools.xml menu.xml Log: Updated links to the new documentation Revision Changes Path 1.3 +15 -6 jakarta-velocity-tools/xdocs/struts/StrutsTools.xml Index: StrutsTools.xml =================================================================== RCS file: /home/cvs/jakarta-velocity-tools/xdocs/struts/StrutsTools.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- StrutsTools.xml 30 Jan 2004 02:51:18 -0000 1.2 +++ StrutsTools.xml 31 Jan 2004 14:18:01 -0000 1.3 @@ -28,6 +28,11 @@ </p> <p> + <strong><a href="ActionMessagesTool.html">ActionMessagesTool</a></strong><br/> + Provides methods to work with Struts action messages + </p> + + <p> <strong><a href="ErrorsTool.html">ErrorsTool</a></strong><br /> Provides methods to work with Struts error messages. </p> @@ -47,15 +52,19 @@ <p> <strong><a href="SecureLinkTool.html">SecureLinkTool</a></strong><br /> Has the same interface as <a href="StrutsLinkTool.html">StrutsLinkTool</a> - and should substitute it when using the SSL Ext. extension for Struts. + and should substitute it when the SSL Ext. extension for Struts is installed. + </p> + + <p> + <strong><a href="TilesTool.html">TilesTool</a></strong><br /> + Provides miscellaneous methods to work with Tiles in the context + of Struts applications. </p> <p> - <strong>ActionMessagesTool</strong><br/> - Provides methods to work with Struts action messages, a new feature in the - upcoming 1.1. release. Will be added shortly. For the present, an initial - version of this class can be found in CVS under - "whiteboard/nathan/ActionMessagesTool.java" + <strong><a href="ValidatorTool.html">ValidatorTool</a></strong><br /> + Provides methods to dynamically generate javascript validation in the context + of Struts applications. </p> </section> 1.5 +5 -5 jakarta-velocity-tools/xdocs/struts/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-velocity-tools/xdocs/struts/menu.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- menu.xml 6 Nov 2003 06:56:02 -0000 1.4 +++ menu.xml 31 Jan 2004 14:18:01 -0000 1.5 @@ -5,7 +5,7 @@ <title>VelocityStruts</title> <logo href="../images/velocitystruts.png">< Velocity Tools - Struts ></logo> - <body> + <body> <uplink name="Velocity Tools" href="../" alt="top"/> @@ -21,14 +21,14 @@ </menu> <menu name="VelocityStruts Tools" href="StrutsTools.html"> - <item name="ActionMessagesTool" href="../javadoc/org/apache/velocity/tools/struts/ActionMessagesTool.html"/> + <item name="ActionMessagesTool" href="ActionMessagesTool.html"/> <item name="ErrorsTool" href="ErrorsTool.html"/> <item name="FormTool" href="FormTool.html"/> <item name="MessageTool" href="MessageTool.html"/> - <item name="SecureLinkTool" href="../javadoc/org/apache/velocity/tools/struts/SecureLinkTool.html"/> <item name="StrutsLinkTool" href="StrutsLinkTool.html"/> - <item name="TilesTool" href="../javadoc/org/apache/velocity/tools/struts/TilesTool.html"/> - <item name="ValidatorTool" href="../javadoc/org/apache/velocity/tools/struts/ValidatorTool.html"/> + <item name="SecureLinkTool" href="SecureLinkTool.html"/> + <item name="TilesTool" href="TilesTool.html"/> + <item name="ValidatorTool" href="ValidatorTool.html"/> </menu> <menu name="Other Subprojects">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]