| |||||||
FRAMES NO FRAMES |
Gets the content from request scope that was put there by a put tag.
Retrieve content from tile context and include it.
Take into account the 'type' attribute.
Tag Information | |
Tag Class | org.apache.struts.tiles.taglib.GetTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | true | true | java.lang.String | The name of the content to get from tile/component scope. |
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 before 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 |