Display *: Tag Library (EL)
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 Class | org.displaytag.tags.el.ELSetPropertyTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | setProperty |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | true | true | java.lang.String | The name of the property to set on the enclosing Table tag. |
| value | false | true | java.lang.String | The 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.