WW-2214 wrong tag in docs

Patch provided by Wes Wannemacher

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-09-27 18:48:56 +00:00
parent 86777e8614
commit 8645eee9bd
@@ -137,7 +137,7 @@ import com.opensymphony.xwork2.util.ValueStack;
*
* </p> The next example iterates over a an action collection and passes every iterator value to another action. The
* trick here lies in the use of the '[0]' operator. It takes the current iterator value and passes it on to the edit
* action. Using the '[0]' operator has the same effect as using &gt;s:property /&gt;. (The latter, however, does not
* action. Using the '[0]' operator has the same effect as using &lt;s:property /&gt;. (The latter, however, does not
* work from inside the param tag). </p>
*
* <!-- END SNIPPET: example4description -->