Author: wsmoak
Date: Sun Jul 24 20:29:55 2005
New Revision: 224686

URL: http://svn.apache.org/viewcvs?rev=224686&view=rev
Log:
- Make stronger statement about Servlet 2.3 requirement
   See: http://www.mail-archive.com/dev@struts.apache.org/msg10249.html
- Fix typos

Modified:
    struts/core/trunk/doc/roadmap.xml
    struts/core/trunk/doc/userGuide/preface.xml

Modified: struts/core/trunk/doc/roadmap.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/doc/roadmap.xml?rev=224686&r1=224685&r2=224686&view=diff
==============================================================================
--- struts/core/trunk/doc/roadmap.xml (original)
+++ struts/core/trunk/doc/roadmap.xml Sun Jul 24 20:29:55 2005
@@ -140,7 +140,7 @@
 
         <p>
             As planned, in Struts 1.3.x we will integrate Struts Chain from 
config and add
-            an "extends" attribute to all the configruation elements (a la 
Tiles). While
+            an "extends" attribute to all the configuration elements (a la 
Tiles). While
             we're at it, we may also add a Ant-style properties file to make 
variable
             substitutions within the XML elements. The substitution feature is 
supported by 
             Spring and iBATIS, among others, and is a useful way to configure 
applications 
@@ -162,7 +162,7 @@
             <b>ActionCommand</b> - A Chain Command-like interface with one 
method:
         </p>
 
-        <p><code>void Execute(ActionContext context)</code></p>
+        <p><code>void execute(ActionContext context)</code></p>
 
         <p>
             Support for conventional Actions would stay in place, but as an 
alternative, a
@@ -479,7 +479,7 @@
         <ul>
             <li>Craig McClanahan's <a 
href="http://blogs.sun.com/roller/page/craigmcc/20040927";>blog entry</a></li>
             <li>Our <a href="faqs/kickstart.html#jsf">FAQ</a></li>
-            <li><a href="http://www.jamesholmes.com/JavaServerFaces/";>Java 
Server Faces Resources at JamesHomes.com</a></li>
+            <li><a href="http://www.jamesholmes.com/JavaServerFaces/";>Java 
Server Faces Resources at JamesHolmes.com</a></li>
          </ul>
     </section>
 

Modified: struts/core/trunk/doc/userGuide/preface.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/preface.xml?rev=224686&r1=224685&r2=224686&view=diff
==============================================================================
--- struts/core/trunk/doc/userGuide/preface.xml (original)
+++ struts/core/trunk/doc/userGuide/preface.xml Sun Jul 24 20:29:55 2005
@@ -534,9 +534,9 @@
       <p>The Struts 1.0, 1.1, and 1.2 versions require only version 2.2 or 
later
       of the Servlet Specification to be implemented by your servlet container,
       so those versions of Struts do not use Filters. Beginning with the Struts
-      1.3 version, support for version 2.2 of the Servlet Specification is no
-      longer guaranteed, and it is possible that Struts itself might use 
Filters
-      in the future.</p>
+      1.3 version, a container that supports version 2.3 or later of the 
Servlet
+      Specification is required, and it is possible that Struts itself might 
use
+      Filters in the future.</p>
       
       <p>
       For more about filters, see:



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to