Author: husted
Date: Tue Sep 20 04:55:58 2005
New Revision: 290424
URL: http://svn.apache.org/viewcvs?rev=290424&view=rev
Log:
Fixes to Site and Core docs, as suggested by Christian Meder.
Modified:
struts/core/trunk/xdocs/userGuide/building_view.xml
struts/core/trunk/xdocs/userGuide/preface.xml
Modified: struts/core/trunk/xdocs/userGuide/building_view.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_view.xml?rev=290424&r1=290423&r2=290424&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_view.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_view.xml Tue Sep 20 04:55:58 2005
@@ -28,7 +28,7 @@
<p>
Features provided by Struts Core for direct use by view components
include <a href="#resources">Message Resources</a>
- for internationaling text and images,
+ for localizing text and images,
and <a href="#formbeans">FormBeans</a> to provide for automatic
population and validation.
</p>
@@ -220,7 +220,7 @@
<strong>Note:</strong> While the examples given here use JSP and custom
tags,
the ActionForm beans and the other Struts controller components are
View neutral.
- Struts can be used with Coccoon, Velocity Templates, XSLT, and any other
+ Struts can be used with Cocoon, Velocity Templates, XSLT, and any other
presentation technology that can be rendered via a Java servlet.
</p>
Modified: struts/core/trunk/xdocs/userGuide/preface.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/preface.xml?rev=290424&r1=290423&r2=290424&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/preface.xml (original)
+++ struts/core/trunk/xdocs/userGuide/preface.xml Tue Sep 20 04:55:58 2005
@@ -176,7 +176,7 @@
To implement its Chain, the Request Processor uses the
<a hhref="http://jakarta.apache.org/commons/chain/">
Chain of Responsibility </a>component in the Jakarta Commons
- provides a standard implementation of the CoR pattern,
+ which provides a standard implementation of the CoR pattern,
along with various implementations of the Context and
Command objects used by the Chain to service a request.
</p>
@@ -196,7 +196,7 @@
</li>
<li>
<a
href="http://www.infonoia.com/en/content.jsp?d=inf.05.06&pr=1">
- Better Code with Struts 1t.3
+ Better Code with Struts 1.3
</a>
</li>
</ul>
@@ -852,7 +852,7 @@
<a name="xml"/>
<subsection name="0.9 Extensible Markup Language (XML)" href="">
- <p>The features provided by the Struts Core framework relies on a number
of objects that are
+ <p>The features provided by the Struts Core framework rely on a number of
objects that are
usually deployed using a configuration file written in
<a href="http://www.w3.org/XML/">Extensible Markup Language</a>. XML is
also used to
configure Java web applications; so, this is yet another familiar approach.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]