Author: mcucchiara
Date: Wed Apr 17 11:02:18 2013
New Revision: 1468833

URL: http://svn.apache.org/r1468833
Log:
Default value is 'none'

Modified:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java?rev=1468833&r1=1468832&r2=1468833&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java 
(original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java 
Wed Apr 17 11:02:18 2013
@@ -68,9 +68,9 @@ import java.io.Writer;
  *      <li>namespace - action's namespace</li>
  *      <li>method (String) - action's method name, defaults to 'execute'</li>
  *      <li>encode (Boolean) - url encode the generated url. Defaults to 
'true'.</li>
- *      <li>includeParams (String) - The includeParams attribute may have the 
value 'none', 'get' or 'all'. Defaults to 'get'.
- *                                   none - include no parameters in the URL
- *                                   get  - include only GET parameters in the 
URL (default)
+ *      <li>includeParams (String) - The includeParams attribute may have the 
value 'none', 'get' or 'all'. Defaults to 'none'.
+ *                                   none - include no parameters in the URL 
(default)
+ *                                   get  - include only GET parameters in the 
URL
  *                                   all  - include both GET and POST 
parameters in the URL
  *      </li>
  *      <li>includeContext (Boolean) - Specifies whether to include the web 
app context path. Defaults to 'true'.</li>


Reply via email to