Remove confusing comment

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@543174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-05-31 16:04:00 +00:00
parent 97d6872beb
commit d304ea3ffd
@@ -46,19 +46,6 @@ import com.opensymphony.xwork2.inject.Inject;
* standard redirect result.
*
* <p/>
* @TODO - the below sentence is confusing and seems to be contradictory -- FIX ME
* To pass parameters, use the &lt;param&gt; ... &lt;/param&gt; tag. The following parameters will not be
* passed because they are part of the config param for this particular result.
*
* <ul>
* <li>actionName</li>
* <li>namespace</li>
* <li>method</li>
* <li>encode</li>
* <li>parse</li>
* <li>location</li>
* <li>prependServletContext</li>
* </ul>
*
* See examples below for an example of how request parameters could be passed in.
*