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 


Reply via email to