nested
Tag writeNesting


Writes or makes a scripting variable of the current nesting level.

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.


Tag Information
Tag Classorg.apache.struts.taglib.nested.NestedWriteNestingTag
TagExtraInfo Classorg.apache.struts.taglib.nested.NestedWriteNestingTei
Body ContentJSP
Display NameNone

Attributes
property
If not supplied, will simply write out as if "./" or "this/" was supplied.
 
Required: false
Request-time: false
Type: java.lang.String
id
If id is supplied, then what would have been written out into the response stream, will instead be made available as a String object defined by the variable name provided.
 
Required: false
Request-time: false
Type: java.lang.String
filter
true/false value, describing to the tag if the result if to be URLEncoded. Helps JavaScript along if the result is required for URL hacking.
 
Required: false
Request-time: false
Type: java.lang.String

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.