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 59209ff Updates production by Jenkins 59209ff is described below commit 59209ff3eb440f690bab277db6b89703467938f3 Author: jenkins <bui...@apache.org> AuthorDate: Sat Nov 25 16:16:19 2017 +0000 Updates production by Jenkins --- content/getting-started/exception-handling.html | 2 +- content/getting-started/message-resource-files.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/getting-started/exception-handling.html b/content/getting-started/exception-handling.html index 816bea5..cdefb95 100644 --- a/content/getting-started/exception-handling.html +++ b/content/getting-started/exception-handling.html @@ -230,7 +230,7 @@ <h2 id="summary">Summary</h2> -<p>Struts 2 provides a easy to use configuration for handling uncaught exceptions and redirecting users to appropriate view pages. You can configure exception handling to be global for all actions or to just for a specific action. You can also enable the Struts 2 framework to log the uncaught exceptions.</p> +<p>Struts 2 provides an easy to use configuration for handling uncaught exceptions and redirecting users to appropriate view pages. You can configure exception handling to be global for all actions or to just for a specific action. You can also enable the Struts 2 framework to log the uncaught exceptions.</p> <table> <tbody> diff --git a/content/getting-started/message-resource-files.html b/content/getting-started/message-resource-files.html index 08ae393..e332d02 100644 --- a/content/getting-started/message-resource-files.html +++ b/content/getting-started/message-resource-files.html @@ -165,8 +165,8 @@ into a separate file where we can easily change them and also provide the capabi <p>If you’re doing this tutorial after completing <a href="form-validation.html">Form Validation</a> then you can make these changes to that tutorial’s example application.</p> -<p>Put the text below in a file named Register.properties in the org.apache.struts.register.action package -in the <code class="highlighter-rouge">src/resources/java</code> folder.</p> +<p>Put the text below in a file named Register.properties in the <code class="highlighter-rouge">org.apache.struts.register.action</code> package +in the <code class="highlighter-rouge">src/main/resources</code> folder.</p> <p><strong>Register.properties</strong></p> @@ -295,7 +295,7 @@ into the <code class="highlighter-rouge">personBean.firstName</code> form field pages are rendered after executing different Action classes? Struts 2 has the ability to use multiple property files provided the property file is found in the package hierarchy.</p> -<p>Place the following in a file named <code class="highlighter-rouge">package.properties</code> and save that file in package <code class="highlighter-rouge">org.apache.struts in src/main/resources</code>.</p> +<p>Place the following in a file named <code class="highlighter-rouge">package.properties</code> and save that file in package <code class="highlighter-rouge">org.apache.struts</code> in <code class="highlighter-rouge">src/main/resources</code>.</p> <p><strong>package.properties</strong></p> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].