Author: musachy Date: Thu Sep 27 11:48:56 2007 New Revision: 580120 URL: http://svn.apache.org/viewvc?rev=580120&view=rev Log: WW-2214 wrong tag in docs Patch provided by Wes Wannemacher
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java?rev=580120&r1=580119&r2=580120&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java Thu Sep 27 11:48:56 2007 @@ -137,7 +137,7 @@ * * </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 -->