Author: lukaszlenart
Date: Mon Jul 17 06:15:18 2017
New Revision: 1015576
Log:
Updates production
Modified:
websites/production/struts/content/plugins/convention/index.html
Modified: websites/production/struts/content/plugins/convention/index.html
==============================================================================
--- websites/production/struts/content/plugins/convention/index.html (original)
+++ websites/production/struts/content/plugins/convention/index.html Mon Jul 17
06:15:18 2017
@@ -340,7 +340,7 @@ in our browser, we should get this resul
<h2 id="results-and-result-codes">Results and result codes</h2>
-<p>The Convention Plugin will pre-configure all of you action classes when
Struts is started. By default, this
+<p>The Convention Plugin will pre-configure all of your action classes when
Struts is started. By default, this
configuration will also contain results for any JSPs that it can find within
the application. The JSPs have
an additional feature that allows different JSPs to be used based on the
result code of the action. Since action
methods return Strings and these Strings are traditionally used to locate
results for the action, the Convention plugin
@@ -680,8 +680,8 @@ on that class. In the following example:
</code></pre>
</div>
-<p>The following interceptors will be applied to âaction1â: <code
class="highlighter-rouge">interceptor-1</code> , all interceptors from <code
class="highlighter-rouge">defaultStack</code>,
-<code class="highlighter-rouge">validation</code>. All interceptors from <code
class="highlighter-rouge">defaultStack</code> will be applied to
âaction2â.</p>
+<p>The following interceptors will be applied to âaction1â: <code
class="highlighter-rouge">interceptor-1</code>, all interceptors from <code
class="highlighter-rouge">defaultStack</code>,
+and <code class="highlighter-rouge">validation</code>. For âaction2â,
<code class="highlighter-rouge">interceptor-1</code> and all interceptors from
<code class="highlighter-rouge">defaultStack</code> will be applied to
âaction2â.</p>
<blockquote>
<p>If you get errors like âUnable to find interceptor class referenced by
ref-name XYZâ. This means that the package