| |||||||
FRAMES NO FRAMES |
Render the value of the specified template attribute to the current JspWriter
Retrieve the value of the specified template attribute property, and render it to the current JspWriter as a String. The usual toString() conversions is applied on found value.
Throw a JSPException if named value is not found.
Tag Information | |
Tag Class | org.apache.tiles.jsp.taglib.GetAsStringTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | true | true | java.lang.String | Attribute name. |
ignore | false | true | boolean | If this attribute is set to true, and the attribute specified by the name does not exist, simply return without writing anything. The default value is false, which will cause a runtime exception to be thrown. |
flush | false | false | boolean | True or false. If true, current page out stream is flushed after insertion. |
role | false | true | java.lang.String | If the user is in the specified role, the tag is taken into account; otherwise, the tag is ignored (skipped). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |