Display *: Tag Library
Tag setProperty


Sets the indicated property on the enclosing Table tag. MUST be nested within a Table tag. As an alternative, you may create a property file that holds sitewide defaults; see the configuration documentation or the DisplayPropertiesLoaderServlet javadoc for information.

Example:
<display:setProperty name="paging.banner.placement" value="bottom" /> or <display:setProperty name="paging.banner.placement">bottom</display:setProperty>


Tag Information
Tag Classorg.displaytag.tags.SetPropertyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NamesetProperty

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringThe name of the property to set on the enclosing Table tag.
valuefalsetruejava.lang.StringThe value to which the property is set. You can also set the property value in the tag body.

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.