mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
JavaDoc spelling and grammar ;)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@595746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -55,12 +55,12 @@ import com.opensymphony.xwork2.util.logging.LoggerFactory;
|
||||
* ampersand escaping.</p>
|
||||
*
|
||||
* <b>NOTE:</b>
|
||||
* <p>When includeParams is 'all' or 'get', the parameter defined in <param> tag will take
|
||||
* precedence and will not be overriden if they exists in the parameter submitted. For
|
||||
* <p>When includeParams is 'all' or 'get', the parameter defined in a <param>
|
||||
* tag will take precedence over any params included due to the includeParams attribute. For
|
||||
* example, in Example 3 below, if there is a id parameter in the url where the page this
|
||||
* tag is included like http://<host>:<port>/<context>/editUser.action?id=3333&name=John
|
||||
* the generated url will be http://<host>:<port>/<context>/editUser.action?id=22&name=John
|
||||
* cause the parameter defined in the param tag will take precedence.</p>
|
||||
* because the parameter defined in the param tag will take precedence.</p>
|
||||
*
|
||||
* <!-- END SNIPPET: javadoc -->
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user