You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2006/02/12 00:47:57 UTC

svn commit: r377088 - /struts/action/trunk/xdocs/userGuide/building_controller.xml

Author: niallp
Date: Sat Feb 11 15:47:55 2006
New Revision: 377088

URL: http://svn.apache.org/viewcvs?rev=377088&view=rev
Log:
Fix for Bug 37474 - minor doc changes - thanks to Christian Meder

Modified:
    struts/action/trunk/xdocs/userGuide/building_controller.xml

Modified: struts/action/trunk/xdocs/userGuide/building_controller.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/userGuide/building_controller.xml?rev=377088&r1=377087&r2=377088&view=diff
==============================================================================
--- struts/action/trunk/xdocs/userGuide/building_controller.xml (original)
+++ struts/action/trunk/xdocs/userGuide/building_controller.xml Sat Feb 11 15:47:55 2006
@@ -1225,9 +1225,9 @@
 ]]></source>
 
                 <p>
-                    Note that there is nothing special about the name value.
-                    Your map-backed property could instead be named property,
-                    thingy, or any other bean property name you prefer.
+                    Note that there is nothing special about the name "value".
+                    Your map-backed property could instead be named "property",
+                    "thingy", or any other bean property name you prefer.
                     You can even have multiple map-backed properties on the
                     same bean.
                 </p>
@@ -1867,7 +1867,7 @@
                     named
                     struts-config.xml and place it in the WEB-INF directory of
                     your application.
-                    This format of this document is described by the Document
+                    The format of this document is described by the Document
                     Type Definition
                     (DTD) maintained at
                     <a href="http://struts.apache.org/dtds/struts-config_1_3.dtd">
@@ -2203,7 +2203,7 @@
                     [Since Apache Struts 1.2.0] As an application grows in
                     size,
                     so will the number of action mappings.
-                    Wildcards can be used to combine similiar mappings
+                    Wildcards can be used to combine similar mappings
                     into one more generic mapping.
                 </p>
                 <p>
@@ -2262,7 +2262,7 @@
                     against
                     a path without any wildcards in it, no wildcard matching
                     is performed
-                    and order in not important.
+                    and order is not important.
                 </p>
                 <p>
                     Wildcard patterns can contain one or more of the following



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org