mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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 >s:property />. (The latter, however, does not
|
||||
* action. Using the '[0]' operator has the same effect as using <s:property />. (The latter, however, does not
|
||||
* work from inside the param tag). </p>
|
||||
*
|
||||
* <!-- END SNIPPET: example4description -->
|
||||
|
||||
Reference in New Issue
Block a user