arron 02/05/12 18:39:14
Modified: doc/userGuide struts-nested.xml
Log:
Updating tag docco.
Revision Changes Path
1.8 +10 -4 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- struts-nested.xml 12 Apr 2002 09:08:28 -0000 1.7
+++ struts-nested.xml 13 May 2002 01:39:14 -0000 1.8
@@ -125,20 +125,26 @@
</summary>
<tagclass>org.apache.struts.taglib.nested.NestedWriteNestingTag</tagclass>
<bodycontent>JSP</bodycontent>
- <info> </info>
+ <info>
+ This tag provides a way of accessing the nested property reference used by
+ the nested tags. Can expose a scripting variable, or simply write out the
+ value.
+ </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>
+ 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>
+ true/false vaule, describing to the tag if the result if to be URLEncoded.
+ Helps JavaScript along if the result is required for URL hacking.
</info>
</attribute>
</tag>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>