arron 02/03/21 20:19:40 Modified: doc/userGuide struts-nested.xml Log: Updating tld to reflect a change in original tag's tld. See bug: #7343 Revision Changes Path 1.5 +25 -12 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- struts-nested.xml 19 Mar 2002 06:46:06 -0000 1.4 +++ struts-nested.xml 22 Mar 2002 04:19:40 -0000 1.5 @@ -117,6 +117,31 @@ </info> </attribute> </tag> + + <tag> + <name>writeNesting</name> + <summary> + Writes out the current nesting level, or that defined by a property + </summary> + <tagclass>org.apache.struts.taglib.nested.NestedWriteNestingTag</tagclass> + <bodycontent>JSP</bodycontent> + <info> </info> + <attribute> + <name>property</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <info> If not supplied, will simply write out as if "./" or "this/" was + supplied. + </info> + </attribute> + <attribute> + <name>filter</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <info> Do you want the result URLEncoded? + </info> + </attribute> + </tag> <tag> <name>root</name> <summary>To start off a nested hierarchy without the need for a form</summary> @@ -651,18 +676,6 @@ <attribute> <name>target</name> - <required>false</required> - <rtexprvalue>true</rtexprvalue> - </attribute> - - <attribute> - <name>title</name> - <required>false</required> - <rtexprvalue>true</rtexprvalue> - </attribute> - - <attribute> - <name>titleKey</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>