sraeburn 2003/07/25 20:56:26 Modified: doc/news index.xml news_2001.xml news_2002_q3.xml project.xml doc/userGuide installation.xml release-notes.xml building_view.xml installation-1.0.xml release-notes-1.0-b1.xml index.xml release-notes-1.1.xml release-notes-1.1-rc2.xml release-notes-1.1-b3.xml release-notes-1.1-rc1.xml release-notes-1.1-b2.xml doc/faqs index.xml actionForm.xml apps.xml helping.xml kickstart.xml newbie.xml doc using.xml learning.xml doc/resources taglibs.xml doc/stylesheets userGuide.xsl doc/proposals todo-1.1.xml Removed: doc/userGuide dev_utils.xml Log: Fixed / removed broken website links. No content changes. Revision Changes Path 1.26 +7 -3 jakarta-struts/doc/news/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/news/index.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- index.xml 4 Jul 2003 17:39:11 -0000 1.25 +++ index.xml 26 Jul 2003 03:56:24 -0000 1.26 @@ -425,14 +425,18 @@ <h3><a name="20030204"></a>04 Feb 2003 - Struts Console v3.2</h3> <p> Struts Console version 3.2 is now available.<br /> - <a href=" http://www.jamesholmes.com/struts/">http://www.jamesholmes.com/struts/</a> + <a href="http://www.jamesholmes.com/struts/">http://www.jamesholmes.com/struts/</a> </p> <p> Download Now: <br /> - http://www.jamesholmes.com/struts/struts-console-3.2.zip + <a href="http://www.jamesholmes.com/struts/struts-console-3.2.zip"> + http://www.jamesholmes.com/struts/struts-console-3.2.zip + </a> -- OR -- - http://www.jamesholmes.com/struts/struts-console-3.2.tar.gz + <a href="http://www.jamesholmes.com/struts/struts-console-3.2.tar.gz"> + http://www.jamesholmes.com/struts/struts-console-3.2.tar.gz + </a> </p> <p> 1.3 +2 -3 jakarta-struts/doc/news/news_2001.xml Index: news_2001.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/news/news_2001.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- news_2001.xml 24 Dec 2002 00:57:57 -0000 1.2 +++ news_2001.xml 26 Jul 2003 03:56:24 -0000 1.3 @@ -63,7 +63,7 @@ <h3><a name="20011113"></a>13 Nov 2001 - Expresso version 4.0 released</h3> <p> Expresso version 4.0 is now available at -<a href="www.jcorporate.com"> +<a href="http://www.jcorporate.com/"> <b>www.jcorporate.com</b></a>. For more information and to download the expresso4-00-complete.jar see <a href="http://www.jcorporate.com/product/expresso.html"> @@ -203,7 +203,6 @@ <a href="http://www.apache.org/dist/jakarta/jakarta-struts/release/v1.0/">here</a> and the source distribution is available <a href="http://www.apache.org/dist/jakarta/jakarta-struts/release/v1.0/src/">here</a>. -A <a href="press.html">press release</a> is also available. </p> <hr noshade="" size="1"/> @@ -228,7 +227,7 @@ <p><strong>Struts 1.0-b2</strong> is an update release in preparation for a final release of Struts 1.0 prior to JavaOne 2001. The changes included are documented in the -<a href="http://jakarta.apache.org/struts/release-notes-1.0-b2.html">Release +<a href="../userGuide/release-notes-1.0-b2.html">Release Notes</a>. Get your copy of this latest release <a href="http://www.apache.org/dist/jakarta/jakarta-struts/release/v1.0-b2/">here</a>. </p> 1.3 +1 -1 jakarta-struts/doc/news/news_2002_q3.xml Index: news_2002_q3.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/news/news_2002_q3.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- news_2002_q3.xml 24 Dec 2002 00:57:57 -0000 1.2 +++ news_2002_q3.xml 26 Jul 2003 03:56:24 -0000 1.3 @@ -37,7 +37,7 @@ <hr size="1" noshade=""/> <h3><a name="20020831.4"></a>30 Aug 2002 - MockObjects 0.4 released</h3> -<p>Unit testing is a hot topic among Struts developers. <a href="ttp://strutstestcase.sourceforge.net/">StrutsTestCase</a> provides a slick mock object for testing Struts Actions with JUnit (or Cactus). The MockObjects projects provides a base API for creating tests for the rest of the objects in your Java application. </p> +<p>Unit testing is a hot topic among Struts developers. <a href="http://strutstestcase.sourceforge.net/">StrutsTestCase</a> provides a slick mock object for testing Struts Actions with JUnit (or Cactus). The MockObjects projects provides a base API for creating tests for the rest of the objects in your Java application. </p> <p><a href="">http://mockobjects.sourceforge.net</a></p> <p> Developers working with the MockObjects project include Struts committers Vincent Massol and Ted Husted. 1.6 +0 -1 jakarta-struts/doc/news/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/news/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 29 Dec 2002 11:47:26 -0000 1.5 +++ project.xml 26 Jul 2003 03:56:25 -0000 1.6 @@ -7,7 +7,6 @@ <menu name="News and Status"> <item href="index.html#status" name="Status"/> - <item href="index.html#community" name="Community"/> <item href="index.html#news" name="Recent News"/> <item href="news_2002_q3.html" name="2002 3rd Quarter News"/> <item href="news_2002_q2.html" name="2002 2nd Quarter News"/> 1.31 +6 -6 jakarta-struts/doc/userGuide/installation.xml Index: installation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- installation.xml 8 Jul 2003 00:30:33 -0000 1.30 +++ installation.xml 26 Jul 2003 03:56:25 -0000 1.31 @@ -132,7 +132,7 @@ <section name="Install A Struts Binary Distribution" href="Installing"> <p>First, download a binary distribution of Struts by following the - instructions <a href="index.html#Acquiring">here</a>. Then, make sure + instructions <a href="../acquiring.html">here</a>. Then, make sure you have downloaded and installed the <a href="#Prerequisites">prerequisite</a> software packages described above.</p> @@ -164,7 +164,7 @@ descriptor" files that describe the custom tags in the various Struts tag libraries. They should be copied into the <code>WEB-INF</code> directory of your web application. (Servlet 2.3 can omit this step - if the <a href="building_controller.html#dd_config_taglib_23">standard uri</a> + if the <a href="configuration.html#dd_config_taglib_23">standard uri</a> is referenced.)</li> <li><strong>webapps/struts-blank.war</strong> - This is a simple "web application archive" file containing a basic starting point for @@ -218,7 +218,7 @@ for a detailed example of the required syntax.</li> <li>Modify the <code>WEB-INF/web.xml</code> file of your web application to include the following tag library declarations (Servlet 2.3 can omit - this step if the <a href="building_controller.html#dd_config_taglib_23">standard uri</a> + this step if the <a href="configuration.html#dd_config_taglib_23">standard uri</a> is referenced):</li> </ul> @@ -306,7 +306,7 @@ required.</a></li> <li>Tomcat 3.2.1+ "standalone" - No additional steps required.</li> <li>Tomcat 4.0 - No additional steps required.</li> - <li>Weblogic - <a href="installation-wls.html">Additional steps required.</a></li> + <li>Weblogic 5.1 sp8 - <a href="installation-wls5.html">Additional steps required.</a></li> <li>WebLogic 6.0+ - No additional steps required.</li> <li>WebSphere - <a href="installation-was352.html">Additional steps required.</a></li> <li>WebSphere - <a href="installation-was352-x.html">Steps for the Example Application.</a></li></ul> @@ -315,7 +315,7 @@ <section name="Building Struts From Source" href="Building"> <p>First, download a source distribution of Struts by following the - instructions <a href="index.html#Acquiring">here</a>. Then, make sure + instructions <a href="../acquiring.html">here</a>. Then, make sure you have downloaded and installed <b>all</b> of the <a href="#Prerequisites">prerequisite</a> software packages described above.</p> @@ -382,7 +382,7 @@ directory named <code>dist</code> (relative to where you are compiling from). This directory contains an exact replica of the files included in a binary distribution of Struts, as described - in the <a href="Installing">preceding section</a>.</p> + in the <a href="#Installing">preceding section</a>.</p> <p>IMPORTANT NOTE: The <code>struts.jar</code>, as well as the JAR files from the Jakarta Commons project, must be in your classpath when 1.22 +4 -4 jakarta-struts/doc/userGuide/release-notes.xml Index: release-notes.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- release-notes.xml 22 Jul 2003 02:12:12 -0000 1.21 +++ release-notes.xml 26 Jul 2003 03:56:25 -0000 1.22 @@ -573,10 +573,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.32 +20 -20 jakarta-struts/doc/userGuide/building_view.xml Index: building_view.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- building_view.xml 21 Jul 2003 16:32:09 -0000 1.31 +++ building_view.xml 26 Jul 2003 03:56:25 -0000 1.32 @@ -103,7 +103,7 @@ </li> <li> - <a href="api/org/apache/struts/util/MessageResources.html"> + <a href="../api/org/apache/struts/util/MessageResources.html"> <b>MessageResources</b></a> - The Struts class <code>org.apache.struts.util.MessageResources</code> lets you treat a set of resource bundles like a database, and allows you to request @@ -317,48 +317,48 @@ <ul> <li> - <a href="../struts-html.html#checkbox">checkboxes</a> + <a href="struts-html.html#checkbox">checkboxes</a> </li> <li> - <a href="../struts-html.html#hidden">hidden</a> fields + <a href="struts-html.html#hidden">hidden</a> fields </li> <li> - <a href="../struts-html.html#password">password</a> input fields + <a href="struts-html.html#password">password</a> input fields </li> <li> - <a href="../struts-html.html#radio">radio</a> buttons + <a href="struts-html.html#radio">radio</a> buttons </li> <li> - <a href="../struts-html.html#reset">reset</a> buttons + <a href="struts-html.html#reset">reset</a> buttons </li> <li> - <a href="../struts-html.html#select">select</a> lists with embedded + <a href="struts-html.html#select">select</a> lists with embedded option or options items </li> <li> - <a href="../struts-html.html#option">option</a> + <a href="struts-html.html#option">option</a> </li> <li> - <a href="../struts-html.html#options">options</a> + <a href="struts-html.html#options">options</a> </li> <li> - <a href="../struts-html.html#submit">submit</a> buttons + <a href="struts-html.html#submit">submit</a> buttons </li> <li> - <a href="../struts-html.html#text">text</a> input fields + <a href="struts-html.html#text">text</a> input fields </li> <li> - <a href="../struts-html.html#textarea">textareas</a> + <a href="struts-html.html#textarea">textareas</a> </li> </ul> @@ -382,13 +382,13 @@ <ul> <li> - [logic] <a href="../struts-logic.html#iterate">iterate</a> repeats its + [logic] <a href="struts-logic.html#iterate">iterate</a> repeats its tag body once for each element of a specified collection (which can be an Enumeration, a Hashtable, a Vector, or an array of objects). </li> <li> - [logic] <a href="../struts-logic.html#present">present</a> depending on + [logic] <a href="struts-logic.html#present">present</a> depending on which attribute is specified, this tag checks the current request, and evaluates the nested body content of this tag only if the specified value is present. @@ -400,27 +400,27 @@ </li> <li> - [logic] <a href="../struts-logic.html#notPresent">notPresent</a> the + [logic] <a href="struts-logic.html#notPresent">notPresent</a> the companion tag to present, notPresent provides the same functionality when the specified attribute is not present. </li> <li> - [html] <a href="../struts-html.html#link">link</a> generates a HTML + [html] <a href="struts-html.html#link">link</a> generates a HTML <a> element as an anchor definition or a hyperlink to the specified URL, and automatically applies URL encoding to maintain session state in the absence of cookie support. </li> <li> - [html] <a href="../struts-html.html#img">img</a> generates a HTML + [html] <a href="struts-html.html#img">img</a> generates a HTML <img> element with the ability to dynamically modify the URLs specified by the "src" and "lowsrc" attributes in the same manner that <html:link> can. </li> <li> - [bean] <a href="../userGuide/struts-bean.html#parameter">parameter</a> + [bean] <a href="struts-bean.html#parameter">parameter</a> retrieves the value of the specified request parameter, and defines the result as a page scope attribute of type String or String[]. </li> @@ -664,12 +664,12 @@ handled transparently by the server. Among other things, that means you can conditionally perform the include by nesting it within a tag like - <a href="../struts-logic.html#equals">equals</a> by using it's + <a href="struts-logic.html#equal">equal</a> by using it's parameter attribute. </li> <li> - The <a href="../userGuide/struts-bean.html#include">bean:include</a> + The <a href="struts-bean.html#include">bean:include</a> tag takes either a an argument "forward" representing a logical name mapped to the jsp to include, or the "id" argument, which represents a page context String variable to print out to the jsp page. 1.3 +7 -7 jakarta-struts/doc/userGuide/installation-1.0.xml Index: installation-1.0.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation-1.0.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- installation-1.0.xml 19 Jan 2003 00:40:41 -0000 1.2 +++ installation-1.0.xml 26 Jul 2003 03:56:25 -0000 1.3 @@ -75,10 +75,10 @@ </section> - <section name="Install A Struts Binary Distribution" href="Installing"> + <section name="Install A Struts Binary Distribution" href="#Installing"> <p>First, download a binary distribution of Struts by following the - instructions <a href="index.html#Acquiring">here</a>. Then, make sure + instructions <a href="../acquiring.html">here</a>. Then, make sure you have downloaded and installed the <a href="#Prerequisites">prerequisite</a> software packages described above.</p> @@ -208,7 +208,7 @@ </ul> <h3>Status of various containers</h3> <ul> - <li>Bluestone Universal Business Server - <a href="installation-ubs.html">Additional + <li>Bluestone Universal Business Server - <a href="installation-ubs72.html">Additional steps required.</a></li> <li>Borland Application Server 4.5 -No additional steps required.</li> @@ -217,7 +217,7 @@ <li>iPlanet Web Server - <a href="installation-ip.html">Additional steps required.</a></li> <li>iPortal Application Server - <a href="installation-ipas.html">Additional steps required.</a></li> <li>Jetty - <a href="installation-jetty.html">Additional steps required.</a></li> - <li>JRun - <a href="installation-jrun.html">Additional steps required.</a></li> + <li>JRun - <a href="installation-jr30.html">Additional steps required.</a></li> <li>Orion Application Server - <a href="installation-oas.html">Additional steps required.</a></li> <li>Resin 1.2+ "standalone" - No additional steps required.</li> @@ -227,7 +227,7 @@ required.</a></li> <li>Tomcat 3.2.1+ "standalone" - No additional steps required.</li> <li>Tomcat 4.0 - No additional steps required.</li> - <li>Weblogic - <a href="installation-wls.html">Additional steps required.</a></li> + <li>Weblogic - <a href="installation-wls5.html">Additional steps required.</a></li> <li>WebLogic 6.0+ - No additional steps required.</li> <li>WebSphere - <a href="installation-was352.html">Additional steps required.</a></li> <li>WebSphere - <a href="installation-was352-x.html">Steps for the Example Application.</a></li></ul> @@ -237,7 +237,7 @@ <section name="Building Struts From Source" href="Building"> <p>First, download a source distribution of Struts by following the - instructions <a href="index.html#Acquiring">here</a>. Then, make sure + instructions <a href="../acquiring.html">here</a>. Then, make sure you have downloaded and installed <b>all</b> of the <a href="#Prerequisites">prerequisite</a> software packages described above.</p> @@ -286,7 +286,7 @@ directory named <code>dist</code> (relative to where you are compiling from). This directory contains an exact replica of the files included in a binary distribution of Struts, as described - in the <a href="Installing">preceding section</a>.</p> + in the <a href="#Installing">preceding section</a>.</p> </section> 1.4 +2 -2 jakarta-struts/doc/userGuide/release-notes-1.0-b1.xml Index: release-notes-1.0-b1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.0-b1.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- release-notes-1.0-b1.xml 19 Jan 2003 00:40:41 -0000 1.3 +++ release-notes-1.0-b1.xml 26 Jul 2003 03:56:25 -0000 1.4 @@ -30,7 +30,7 @@ (package <code>org.apache.struts.action</code>):</p> <ul> <li>A new configuration file format, including the - <a href="dtds/struts-config_1_0.dtd">Document Type Definition (DTD)</a> + <a href="../../dtds/struts-config_1_0.dtd">Document Type Definition (DTD)</a> it is based on, is available for configuring the Struts controller servlet. Support for the previous format is still present, but will be phased out by the 1.0 release.</li> @@ -254,7 +254,7 @@ <li>In conjunction with the new configuration file format mentioned above, the properties of <code>ActionMapping</code> have been substantially updated. See the - <a href="api/org/apache/struts/action/ActionMapping.html">API + <a href="../../api/org/apache/struts/action/ActionMapping.html">API Documentation</a> for more information</li> <li>The <code>Action</code> interface has been converted to a base class instead, to reduce the impact of future enhancements. Anyone who has 1.36 +5 -6 jakarta-struts/doc/userGuide/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/index.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- index.xml 4 Jul 2003 17:38:59 -0000 1.35 +++ index.xml 26 Jul 2003 03:56:25 -0000 1.36 @@ -61,11 +61,11 @@ <li><a href="introduction.html#history">1.1 Forward into the Past!</a></li> <li><a href="introduction.html#mvc">1.2 The Model-View-Controller ('MVC') Design Pattern</a></li> <ul> - <li><a href="introduction.html#overview">1.2.1 Struts Framework Overview</a></li> - <li><a href="introduction.html#modelConcepts">1.2.2 The Model: System State and Business Logic JavaBeans</a></li> - <li><a href="introduction.html#presentationConcepts">1.2.3 The View: JSP Pages and Presentation Components</a></li> + <li><a href="introduction.html#modelConcepts">1.2.1 The Model: System State and Business Logic JavaBeans</a></li> + <li><a href="introduction.html#presentationConcepts">1.2.2 The View: JSP Pages and Presentation Components</a></li> + <li><a href="introduction.html#controllerConcepts">1.2.3 The Controller: ActionServlet and ActionMapping</a></li> </ul> - <li><a href="introduction.html#controllerConcepts">1.3 The Controller: ActionServlet and ActionMapping</a></li> + <li><a href="introduction.html#controllerConcepts">1.3 Struts Control Flow</a></li> </ul></li> <li><a href="building_model.html">2. Building Model Components</a> <ul> @@ -74,7 +74,6 @@ <li><a href="building_model.html#actionform">2.3 ActionForm Beans</a></li> <li><a href="building_model.html#system_state">2.4 System State Beans</a></li> <li><a href="building_model.html#business_logic">2.5 Business Logic Beans</a></li> - <li><a href="building_model.html#databases">2.6 Accessing Relational Databases</a></li> </ul></li> <li><a href="building_view.html">3. Building View Components</a> <ul> @@ -86,7 +85,7 @@ <li><a href="building_view.html#form_input">3.3.2 Input Field Types Supported</a></li> <li><a href="building_view.html#presentation_tags">3.3.3 Other Useful Presentation Tags</a></li> <li><a href="building_view.html#form_validation">3.3.4 Automatic Form Validation</a></li> - <li><a href="building_view.html#struts_validator">3.3.5 Struts Validator</a></li> + <li><a href="building_view.html#validator">3.3.5 Struts Validator</a></li> </ul></li> <li><a href="building_view.html#other_presentations">3.4 Other Presentation Techniques</a> <ul> 1.4 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1.xml Index: release-notes-1.1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- release-notes-1.1.xml 22 Jul 2003 02:12:12 -0000 1.3 +++ release-notes-1.1.xml 26 Jul 2003 03:56:25 -0000 1.4 @@ -858,10 +858,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.5 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1-rc2.xml Index: release-notes-1.1-rc2.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-rc2.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- release-notes-1.1-rc2.xml 7 Jun 2003 21:52:33 -0000 1.4 +++ release-notes-1.1-rc2.xml 26 Jul 2003 03:56:25 -0000 1.5 @@ -845,10 +845,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.3 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1-b3.xml Index: release-notes-1.1-b3.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-b3.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- release-notes-1.1-b3.xml 19 Jan 2003 00:40:41 -0000 1.2 +++ release-notes-1.1-b3.xml 26 Jul 2003 03:56:25 -0000 1.3 @@ -573,10 +573,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.2 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1-rc1.xml Index: release-notes-1.1-rc1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-rc1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- release-notes-1.1-rc1.xml 19 Feb 2003 06:22:10 -0000 1.1 +++ release-notes-1.1-rc1.xml 26 Jul 2003 03:56:25 -0000 1.2 @@ -573,10 +573,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.7 +4 -4 jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml Index: release-notes-1.1-b2.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- release-notes-1.1-b2.xml 19 Jan 2003 00:40:41 -0000 1.6 +++ release-notes-1.1-b2.xml 26 Jul 2003 03:56:25 -0000 1.7 @@ -539,10 +539,10 @@ <p><strong>Classes deprecated between Struts 1.0 and Struts 1.1</strong></p> <p>action</p> <ul> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionException.html"> ActionException</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionFormBeans.html"> ActionFormBeans</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionForwards.html"> ActionForwards</a></li> - <li><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMappings.html"> ActionMappings</a></li> + <li>ActionException</li> + <li>ActionFormBeans</li> + <li>ActionForwards</li> + <li>ActionMappings</li> </ul> <p><strong>Classes with members deprecated between Struts 1.0 and Struts 1.1</strong></p> <p><a href="http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html">action.Action</a></p> 1.12 +1 -1 jakarta-struts/doc/faqs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/index.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- index.xml 16 Mar 2003 16:31:33 -0000 1.11 +++ index.xml 26 Jul 2003 03:56:25 -0000 1.12 @@ -42,7 +42,7 @@ </li> <li> - <a href="actionForm.html">Building Applications</a> + <a href="apps.html">Building Applications</a> </li> <li> 1.2 +2 -2 jakarta-struts/doc/faqs/actionForm.xml Index: actionForm.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/actionForm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- actionForm.xml 28 Dec 2002 22:27:48 -0000 1.1 +++ actionForm.xml 26 Jul 2003 03:56:25 -0000 1.2 @@ -153,7 +153,7 @@ stored in the session context under the key <code>logonForm</code>. The Struts developer provides the Java implementation of the ActionForm bean, subclassing the Struts class <code>ActionForm</code> - (see <a href="building_controller.html#action_form_classes">Building + (see <a href="../userGuide/building_controller.html#action_form_classes">Building Controller</a> components). This bean is used to provide initial values for all of the input fields that have names matching the property names of the bean. @@ -166,7 +166,7 @@ The form bean can also be specified in the tag by providing <code>name</code> and <code>type</code> attributes. But most often, everything is specified in the - <a href="building_controller.html#config">Struts Configuration + <a href="../userGuide/building_controller.html#config">Struts Configuration File</a>. </li> 1.3 +2 -2 jakarta-struts/doc/faqs/apps.xml Index: apps.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/apps.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apps.xml 4 Mar 2003 05:36:41 -0000 1.2 +++ apps.xml 26 Jul 2003 03:56:25 -0000 1.3 @@ -18,7 +18,7 @@ <section href="caveats" name="Caveats"> <ol> <li>Requirements development and design are outside of the scope of this document.</li> -<li>For help installing Struts, see the <a href="installation.html">Getting Started</a> chapter.</li> +<li>For help installing Struts, see the <a href="../userGuide/installation.html">Getting Started</a> chapter.</li> <li>There are many other ways to approach Struts development and there are many other features available besides the ones discussed below. This document outlines only one way to get started.</li> @@ -103,7 +103,7 @@ <li><code><plug-in></code> section to link in the Struts validator and other extensions<a href="../userGuide/building_controller.html#plugin_classes"> (more...)</a> </li> </ol> <li>Create or update <code>web.xml</code> to reference - <code>ActionServlet</code>, taglibs used by Struts. <a href="../userGuide/building_controller.html#dd_config"> + <code>ActionServlet</code>, taglibs used by Struts. <a href="../userGuide/configuration.html#dd_config"> (more...)</a></li> <li>Parallel Tasks</li> <ol> 1.6 +5 -7 jakarta-struts/doc/faqs/helping.xml Index: helping.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/helping.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- helping.xml 3 Apr 2003 04:46:51 -0000 1.5 +++ helping.xml 26 Jul 2003 03:56:25 -0000 1.6 @@ -62,7 +62,7 @@ one afternoon a week (or more if you can spare the resources). Have your team member browse <a href="http://jakarta.apache.org/site/bugs.html">Bugzilla</a> for any issues -without a <a href="#code">patch</a> or <a href="#tests">unit test</a>, +without a patch or unit test, and add the patch or test. If the patch is written on company time, and you want to give your company an author's credit, that's fine with us. @@ -78,7 +78,7 @@ <p> If Struts does do what you want, help others become involved by turning your war stories into FAQs and how-tos that we can make part of the -<a href="documentation">documentation</a>. +<a href="#documentation">documentation</a>. The mailing list is very active and trundling through the archives is no picnic. We can always use people who can reduce the best threads to coherent articles @@ -118,14 +118,12 @@ <p> Feature requests are also maintained in the Bugzilla database. -Some older requests are still listed the -<a href="../todo-1.1.html">wish list</a> page. </p> <p> <a href="http://jakarta.apache.org/site/source.html">Patches</a> are always welcome. -If you can't write a patch to fix your bug, a <a href="#tests">unit test</a> +If you can't write a patch to fix your bug, a <a href="kickstart.html#tests">unit test</a> that demonstrates the problem is also welcome. (And, of course, unit tests that prove your patch work are equally welcome.) </p> @@ -407,13 +405,13 @@ <p>If you are new to this style of development, the Apache HTTPD Dev list is available in a -<a href="[EMAIL PROTECTED]">digest form</a>. +<a href="mailto:[EMAIL PROTECTED]">digest form</a>. Even if you are not working on the HTTPD server yourself, it is interesting to watch how the HTTPD team works on the server. </p> <p> -The Struts project has its own <a href="using.html#Lists">Dev list</a>, +The Struts project has its own <a href="../using.html#Lists">Dev list</a>, where all of the decisions regarding Struts are made. Most development takes place via "<a href="http://jakarta.apache.org/site/proposal.html#decisions/voting/items"> 1.8 +10 -11 jakarta-struts/doc/faqs/kickstart.xml Index: kickstart.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kickstart.xml 7 Jun 2003 12:15:58 -0000 1.7 +++ kickstart.xml 26 Jul 2003 03:56:25 -0000 1.8 @@ -31,14 +31,15 @@ <li><a href="#jar">When do I need the struts.jar on my classpath?</a></li> <li><a href="#tests">Does Struts provide its own unit tests?</a></li> </ul><ul> + <li><a href="#requests">If the framework doesn't do what I want, can I request that a feature be added?</a></li> <li><a href="#help">Where can I get help with Struts?</a></li> - <li><a href="#consultants">Is commercial support available for Struts?</a></li> - <li><a href="#hosts">Are there ISPs that will host my Struts application?</a></li> + <li><a href="#support">Is commercial support available for Struts?</a></li> + <li><a href="#providers">Are there ISPs that will host my Struts application?</a></li> <li><a href="#powered">What Web sites are already Powered by Struts?</a></li> </ul><ul> <li><a href="#turbine">What's the difference between Struts and Turbine? What's the difference between Struts and Expresso?</a></li> <li><a href="#taglibs">Why aren't the Struts tags maintained as part of the Jakarta Taglibs project?</a></li> - <li><a href="#xhmtl">Are the Struts tags XHTML compliant?</a></li> + <li><a href="#xhtml">Are the Struts tags XHTML compliant?</a></li> <li><a href="#jsf">What about the JSTL and JavaServer Faces?</a></li> <li><a href="#ide">Is there a particularly good IDE to use with Struts?</a></li> </ul><ul> @@ -46,9 +47,7 @@ <li><a href="#newsgroup">Is there a Struts Newsgroup?</a></li> <li><a href="#mailbounce">Why didn't my posting show up on the user list?"</a></li> <li><a href="#unsubscribe">How do I unsubscribe from the mailing list?</a></li> - </ul><ul> - <li><a href="#more">Are there any other FAQs?</a></li> - </ul> + </ul> </section> <section href="why" name="Why do we need Struts?"> @@ -59,13 +58,13 @@ <p>Java Servlets are designed to handle requests made by Web browsers. Java ServerPages are designed to create dynamic Web pages that can turn billboard sites into live applications. Struts uses a special Servlet as a switchboard to route requests from Web browsers to the appropriate ServerPage. This makes Web applications much easier to design, create, and maintain.</p> </section> -<section href="javasoft" name="Is Struts compatible with other Java technologies?"> +<section href="compat" name="Is Struts compatible with other Java technologies?"> <p>Yes. Struts is committed to supporting industry standards. Our lead developer is a member of <a href="http://java.sun.com/aboutJava/communityprocess/jsr/jsr_052_jsptaglib.html">JSR052</a>, Sun's Expert group for developing a standard library of custom JSP tags. A primary design criteria is that Struts must be compatible with Sun's J2EE platform for corporate enterprises. In fact, Struts really acts as an integrator of Java technologies, so that they can be used in the "real world".</p> </section> <section href="who" name="Who wrote Struts?"> <p>Struts was created by Craig R. McClanahan, and donated to the Apache Software Foundation in May 2000. Craig is the primary developer of both Struts and <a href="http://jakarta.apache.org/tomcat/index.html">Tomcat 4</a>, the basis for the official reference implementation for a servlet 2.3 and JSP 1.2 container. With stable releases of Struts and Tomcat 4 in circulation, Craig is now the Specification Lead for <a href="http://jcp.org/jsr/detail/127.jsp">JavaServer Faces (JSR-127)</a>, and is the Web Layer Architect for the Java2 Enterprise Edition (J2EE) platform as a whole.</p> -<p>There are now many active committers to the Struts project, working cooperatively from around the globe. Other Java developers are invited to <a href="#contribute">contribute to the project</a>. Struts is an <a href="http://jakarta.apache.org/">Apache Jakarta</a> project, with the common mission to "provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion". All told, 17 individual developers and committers contributed to the Struts 1.0 codebase.</p> +<p>There are now many active committers to the Struts project, working cooperatively from around the globe. Other Java developers are invited to <a href="helping.html#contribute">contribute to the project</a>. Struts is an <a href="http://jakarta.apache.org/">Apache Jakarta</a> project, with the common mission to "provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion". All told, 17 individual developers and committers contributed to the Struts 1.0 codebase.</p> </section> <section href="struts" name="Why is it called Struts?"> @@ -100,12 +99,12 @@ <code>webapps</code> directory, open <code>struts-blank.war</code>) is provided, which you can just copy to get a quick-start on your own brainchild.</p> <p>Since the full source code for Struts is available, we also provide -<a href="http://jakarta.apache.org/struts/installation.html">complete instructions</a> +<a href="../userGuide/installation.html">complete instructions</a> for compiling your own Struts JAR from scratch. (This is actually easier than it looks!)</p> <p>Your Struts application can usually be deployed using a standard WAR file. In most cases, you simply deposit the WAR file on your application server, and it is installed automatically. If not, step-by-step installation instructions for -<a href="http://jakarta.apache.org/struts/installation.html#Containers">various servlet +<a href="../userGuide/installation.html#Containers">various servlet containers</a> are available.</p> </section> @@ -282,7 +281,7 @@ </p> <p> Struts originally came bundled with a set of custom JSP tags. - Today, several <a href="../resources/view.html">extensions</a> are available to help + Today, several <a href="../resources/views.html">extensions</a> are available to help you use Struts with other popular presentation technologies, like XSLT and Velocity. Likewise, extensions for JSTL and JSF are now available as well. </p> 1.20 +8 -9 jakarta-struts/doc/faqs/newbie.xml Index: newbie.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/newbie.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- newbie.xml 23 May 2003 02:51:21 -0000 1.19 +++ newbie.xml 26 Jul 2003 03:56:25 -0000 1.20 @@ -55,7 +55,7 @@ form?</a> </li> - <li><a href="#checkboxes">Why are my checkboxes not being set from ON to + <li><a href="#checkbox">Why are my checkboxes not being set from ON to OFF?</a> </li> @@ -227,7 +227,7 @@ the default module. Applications that were developed as a single module can added to a multiple module application, and modules can promoted to a standalone application without change. For more about configuring your application to support multiple modules, see -<a href="userGuide/building_controller.html#module_config">Building Controller Components</a> in the +<a href="../userGuide/configuration.html#dd_config_modules">Configuring Applications</a> in the User Guide. </p> @@ -299,7 +299,7 @@ the JavaBean patterns for mutators and accessors (get*,set*,is*). Since Struts uses the Introspection API with the ActionForms, some containers may require that all the JavaBean patterns be followed, including declaring "<code>implements Serializable</code>" for each subclass. The safest thing is to review the -<a href="userGuide/preface.html#javabeans">JavaBean specification</a> and follow all the prescribed patterns.</p> +<a href="../userGuide/preface.html#javabeans">JavaBean specification</a> and follow all the prescribed patterns.</p> </section> @@ -587,9 +587,8 @@ </logic:iterate> </code></pre> <p> - <i>Map-Backed ActionForms</i> (since Struts 1.1)<br> - <a href="http://jakarta.apache.org/struts/userGuide/building_controller.html#map_action_form_classes"> - http://jakarta.apache.org/struts/userGuide/building_controller.html#map_action_form_classes</a></br></p> + See also: <a href="../userGuide/building_controller.html#map_action_form_classes">Map-Backed ActionForms</a> (since Struts 1.1) + </p> </section> @@ -637,7 +636,7 @@ </p> </section> -<section name="How can I authenticate my users?"> +<section href="authenticate" name="How can I authenticate my users?"> <p> <a href="http://www.mail-archive.com/[EMAIL PROTECTED]/msg24504.html">http://www.mail-archive.com/[EMAIL PROTECTED]/msg24504.html</a><br/> <a href="http://www.mail-archive.com/[EMAIL PROTECTED]/msg22949.html">http://www.mail-archive.com/[EMAIL PROTECTED]/msg22949.html</a> @@ -1076,8 +1075,8 @@ <a href="http://etext.lib.virginia.edu/helpsheets/regex.html">regular expressions</a> is necessary to use this feature effectively. For more information, see -<a href="http://jakarta.apache.org/struts/userGuide/dev_validator.html"> -http://jakarta.apache.org/struts/userGuide/dev_validator.html</a></p> +<a href="../userGuide/dev_validator.html"> +User Guide</a></p> </section> <section href="avoidValidate" 1.8 +2 -2 jakarta-struts/doc/using.xml Index: using.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/using.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- using.xml 18 Mar 2003 11:17:34 -0000 1.7 +++ using.xml 26 Jul 2003 03:56:26 -0000 1.8 @@ -105,7 +105,7 @@ </section> -<section name="Joining the Mailing Lists" href="lists"> +<section name="Joining the Mailing Lists" href="Lists"> <p> Before joining any mailing list at Jakarta, please be sure to read the @@ -156,7 +156,7 @@ </section> -<section name="Posting a Question to a Mailing List" href="questions"> +<section name="Posting a Question to a Mailing List" href="Questions"> <p> Before posting a new question, be sure to consult the 1.10 +1 -1 jakarta-struts/doc/learning.xml Index: learning.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/learning.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- learning.xml 4 Jul 2003 17:37:32 -0000 1.9 +++ learning.xml 26 Jul 2003 03:56:26 -0000 1.10 @@ -131,7 +131,7 @@ <section name="Learning More About Struts" href="Docs"> <p> - The Struts <a href="#Involved">Mailing Lists</a> are a treasure trove of + The Struts <a href="using.html#Lists">Mailing Lists</a> are a treasure trove of useful, interactive information. The user list tends to carry a high volume, so always check the published documentation and the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42"> 1.3 +1 -1 jakarta-struts/doc/resources/taglibs.xml Index: taglibs.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/resources/taglibs.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- taglibs.xml 6 Nov 2002 22:49:09 -0000 1.2 +++ taglibs.xml 26 Jul 2003 03:56:26 -0000 1.3 @@ -13,7 +13,7 @@ <p><a href="http://ultrawork.org/wtk/index.html"><b>Web Toolkit</b></a> - provides a component-based approach to building markup-driven applications (not Struts specific). Alternative to the Template and Tiles taglibs.</p> <p><a href="http://www.keyboardmonkey.com/next"><b>Nested Taglib</b></a> [Also included in Struts 1.1] by Arron Bates - More efficient markup of beans and their nested children (linked site provides library for previous struts versions).</p> <p><a href="http://www.mycgiserver.com/~eboudrant/#regexp"><font size="2"><b>REGEXP.VALIDATOR.STRUTS</b></font></a> by Emmanuel Boudrant - A validation component that works with Struts 1.0, to manage form validation on server-side and client-side. </p> -<p><a href="http://husted.com/struts/resources/struts-was.zip"><b>Struts-WAS.jar</b></a> by Christopher Assenza - Modified Struts 1.0 JAR for Websphere 3.5 or 4. Zipped for download. <font size="1"> (For additional tips regarding Websphere 3.5 see <a href="http://jakarta.apache.org/struts/installation-was352-x.html">http://jakarta.apache.org/struts/installation-was352-x.html</a>.)</font></p> +<p><a href="http://husted.com/struts/resources/struts-was.zip"><b>Struts-WAS.jar</b></a> by Christopher Assenza - Modified Struts 1.0 JAR for Websphere 3.5 or 4. Zipped for download. <font size="1"> (For additional tips regarding Websphere 3.5 see <a href="../userGuide/installation-was352-x.html">http://jakarta.apache.org/struts/installation-was352-x.html</a>.)</font></p> <p><a href="http://struts.application-servers.com/"><b>Struts Layout</b></a> by Improve - An extension library to improve interfaces creation with Struts.</p> <p><a href="http://sourceforge.net/projects/struts-menu/"><b>Struts Menu</b></a> by Scott Sayles - Web menuing framework for JSP and Struts based applications. Menus can be defined in an XML file and displayed through the use of JSP tags. Support for dynamic javascript menus is included.</p> <p><a href="http://husted.com/struts/resources/indexed-tags.htm"><b>Indexed Tags</b></a> [Also available in the nightly build] by Dave Hays - Produce indexed names such as <input type="text" name="parameter[0].value" value="Mac">. Link, Submit, and Select tags are included too.</p> 1.13 +11 -2 jakarta-struts/doc/stylesheets/userGuide.xsl Index: userGuide.xsl =================================================================== RCS file: /home/cvs/jakarta-struts/doc/stylesheets/userGuide.xsl,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- userGuide.xsl 19 Jan 2003 00:40:41 -0000 1.12 +++ userGuide.xsl 26 Jul 2003 03:56:26 -0000 1.13 @@ -18,6 +18,8 @@ <xsl:param name="home-name" select="'The Jakarta Project'" /> <xsl:param name="printer-logo" select="'/images/printer.gif'"/> <xsl:param name="printer-name" select="'Print-Friendly Version'"/> + <xsl:param name="powered-logo" select="'/images/struts-power.gif'"/> + <xsl:param name="powered-name" select="'Powered by Struts'"/> <xsl:param name="project-href" select="'http://jakarta.apache.org/struts/'"/> <xsl:param name="project-logo" select="'/images/struts.gif'"/> <xsl:param name="project-menu" select="'menu'"/> @@ -144,7 +146,14 @@ <div align="center"><font color="{$body-link}" size="-1"><em> Copyright (c) 2000-2003, Apache Software Foundation </em></font></div> - <img src="../images/struts-power.gif" align="right" border="0"/> + + <xsl:variable name="alt"> + <xsl:value-of select="$powered-name"/> + </xsl:variable> + <xsl:variable name="src"> + <xsl:value-of select="$relative-path"/><xsl:value-of select="$powered-logo"/> + </xsl:variable> + <img src="{$src}" alt="{$alt}" align="right" border="0"/> </td></tr> </table> 1.5 +2 -2 jakarta-struts/doc/proposals/todo-1.1.xml Index: todo-1.1.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/proposals/todo-1.1.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- todo-1.1.xml 15 Jul 2002 22:06:36 -0000 1.4 +++ todo-1.1.xml 26 Jul 2003 03:56:26 -0000 1.5 @@ -22,7 +22,7 @@ list. If there is a feature here that you need, or already have, please start a thread and show us the code!</p> - <p align="center"><a href="../kickstart.html#release"><b>So, when is the next release coming out?</b></a></p> + <p align="center"><a href="../faqs/helping.html#release"><b>So, when is the next release coming out?</b></a></p> <p>An external development that is likely to affect the development of Struts 1.1 will be the emerging Standard Tag Library, being produced under @@ -41,7 +41,7 @@ <section name="Pending Tasks" href="pending"> <ul> - <li><a href="proposal-workflow.html">Workflow</a></li> + <li><a href="workflow.html">Workflow</a></li> <li><a href="http://husted.com/struts/resources/logic-niallp.htm">If/Else/Switch tags</a></li> <li><a href="http://husted.com/struts/resources/codemaker.htm">Code generator</a></li> </ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]