From dev-return-43730-apmail-struts-dev-archive=struts.apache.org@struts.apache.org Sat Feb 11 23:48:31 2006
Return-Path:
Delivered-To: apmail-struts-dev-archive@www.apache.org
Received: (qmail 72676 invoked from network); 11 Feb 2006 23:48:30 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199)
by minotaur.apache.org with SMTP; 11 Feb 2006 23:48:30 -0000
Received: (qmail 10585 invoked by uid 500); 11 Feb 2006 23:48:18 -0000
Delivered-To: apmail-struts-dev-archive@struts.apache.org
Received: (qmail 10565 invoked by uid 500); 11 Feb 2006 23:48:18 -0000
Mailing-List: contact dev-help@struts.apache.org; run by ezmlm
Precedence: bulk
List-Unsubscribe:
List-Help:
List-Post:
List-Id: "Struts Developers List"
Reply-To: "Struts Developers List"
Delivered-To: mailing list dev@struts.apache.org
Received: (qmail 10554 invoked by uid 500); 11 Feb 2006 23:48:18 -0000
Received: (qmail 10551 invoked by uid 99); 11 Feb 2006 23:48:18 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)
by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2006 15:48:18 -0800
X-ASF-Spam-Status: No, hits=-9.4 required=10.0
tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194)
by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Feb 2006 15:48:17 -0800
Received: (qmail 72513 invoked by uid 65534); 11 Feb 2006 23:47:57 -0000
Message-ID: <20060211234757.72512.qmail@minotaur.apache.org>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r377088 -
/struts/action/trunk/xdocs/userGuide/building_controller.xml
Date: Sat, 11 Feb 2006 23:47:57 -0000
To: commits@struts.apache.org
From: niallp@apache.org
X-Mailer: svnmailer-1.0.6
X-Virus-Checked: Checked by ClamAV on apache.org
X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N
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 @@
]]>
- 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.
@@ -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
@@ -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.
@@ -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.
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