arron 02/01/21 19:16:33 Modified: doc struts-nested.xml Log: Updating the Tei references for the nested tags. Revision Changes Path 1.3 +3 -0 jakarta-struts/doc/struts-nested.xml Index: struts-nested.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/struts-nested.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- struts-nested.xml 21 Jan 2002 05:14:12 -0000 1.2 +++ struts-nested.xml 22 Jan 2002 03:16:33 -0000 1.3 @@ -141,6 +141,7 @@ bean property. </summary> <tagclass>org.apache.struts.taglib.nested.bean.NestedDefineTag</tagclass> + <teiclass>org.apache.struts.taglib.bean.DefineTei</teiclass> <bodycontent>empty</bodycontent> <info> <p>Retrieve the value of a specified bean property, and define it @@ -276,6 +277,7 @@ Define a bean containing the number of elements in a Collection or Map. </summary> <tagclass>org.apache.struts.taglib.nested.bean.NestedSizeTag</tagclass> + <teiclass>org.apache.struts.taglib.bean.SizeTei</teiclass> <bodycontent>empty</bodycontent> <info> <p>Given a reference to an array, Collection or Map, creates a new bean, of @@ -4475,6 +4477,7 @@ Repeat the nested body content of this tag over a specified collection. </summary> <tagclass>org.apache.struts.taglib.nested.logic.NestedIterateTag</tagclass> + <teiclass>org.apache.struts.taglib.nested.logic.NestedIterateTei</teiclass> <bodycontent>JSP</bodycontent> <info> <p>Repeats the nested body content of this tag once for every element
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>