This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 28e565f  Updates production by Jenkins
28e565f is described below

commit 28e565f885afe1ece78f609a1dea45cc993f62cf
Author: jenkins <bui...@apache.org>
AuthorDate: Sun Nov 26 12:10:12 2017 +0000

    Updates production by Jenkins
---
 content/getting-started/form-tags.html                 | 2 +-
 content/getting-started/form-validation-using-xml.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/getting-started/form-tags.html 
b/content/getting-started/form-tags.html
index 7d654b3..39a951b 100644
--- a/content/getting-started/form-tags.html
+++ b/content/getting-started/form-tags.html
@@ -272,7 +272,7 @@ to determine which of the radio buttons is checked.</p>
 <h2 id="struts-2-select-tag---object-backed">Struts 2 Select Tag - Object 
Backed</h2>
 
 <p>You may need to create a Struts 2 select tag where the options displayed to 
the user each have their own value that is
-different then what is displayed. In the example application, the user’s 
residency is stored as a two-letter 
+different from what is displayed. In the example application, the user’s 
residency is stored as a two-letter 
 abbreviation (e.g. KS), but the form select box should display the full state 
name (e.g. Kansas). To create such 
 a select box in Struts 2, you would use this code</p>
 
diff --git a/content/getting-started/form-validation-using-xml.html 
b/content/getting-started/form-validation-using-xml.html
index 2d92c98..101852d 100644
--- a/content/getting-started/form-validation-using-xml.html
+++ b/content/getting-started/form-validation-using-xml.html
@@ -165,7 +165,7 @@
 
 <p>Struts 2 provides several different validators that you can use in the XML 
validation file. See <a 
href="../core-developers/validation.html">Validation</a> for a list of 
validators you can employ.</p>
 
-<p>In the above form, we want to ensure the user enters a first name. To have 
the Struts 2 framework enforce that rule we can used the Struts 2 <a 
href="../core-developers/requiredstring-validator.html">requiredstring 
validator</a>. This validator checks that the user has entered a string value 
in the form field.</p>
+<p>In the above form, we want to ensure the user enters a first name. To have 
the Struts 2 framework enforce that rule we can use the Struts 2 <a 
href="../core-developers/requiredstring-validator.html">requiredstring 
validator</a>. This validator checks that the user has entered a string value 
in the form field.</p>
 
 <h2 id="xml-validator-format">XML Validator Format</h2>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to