arron 2003/03/18 04:50:37
Modified: doc/userGuide struts-nested.xml
Log:
Changed the nested:define's tei class to reference a new
custom tei class for the nested tags.
Revision Changes Path
1.17 +1 -1 jakarta-struts/doc/userGuide/struts-nested.xml
Index: struts-nested.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-nested.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- struts-nested.xml 15 Feb 2003 12:02:05 -0000 1.16
+++ struts-nested.xml 18 Mar 2003 12:50:37 -0000 1.17
@@ -201,7 +201,7 @@
bean property.
</summary>
<tagclass>org.apache.struts.taglib.nested.bean.NestedDefineTag</tagclass>
- <teiclass>org.apache.struts.taglib.bean.DefineTei</teiclass>
+ <teiclass>org.apache.struts.taglib.nested.bean.NestedDefineTei</teiclass>
<bodycontent>empty</bodycontent>
<info>
<p>This tag is an extension of the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]