You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@locus.apache.org on 2000/11/28 20:54:37 UTC

cvs commit: jakarta-struts/src/doc struts-logic.xml

craigmcc    00/11/28 11:54:37

  Modified:    src/doc  struts-logic.xml
  Log:
  Correct a flaw in the TLD for the <logic:iterate> tag.  Previously, the
  tag extra info class for this tag was not documented, so the JSP page compiler
  would not expose the loop variable as a scripting element for use inside the
  tag.  This has now been corrected.
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-struts/src/doc/struts-logic.xml
  
  Index: struts-logic.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/struts-logic.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- struts-logic.xml	2000/11/03 18:48:26	1.2
  +++ struts-logic.xml	2000/11/28 19:54:36	1.3
  @@ -374,6 +374,7 @@
       Repeat the nested body content of this tag over a specified collection.
       </summary>
       <tagclass>org.apache.struts.taglib.logic.IterateTag</tagclass>
  +    <teiclass>org.apache.struts.taglib.logic.IterateTei</teiclass>
       <bodycontent>JSP</bodycontent>
       <info>
       <p>Repeats the nested body content of this tag once for every element