| |||||||
FRAMES NO FRAMES |
Create a tile /component / template definition bean.
Create a tile/component/template definition as a bean. Newly created bean will be saved under specified "id", in the requested "scope". Definition tag has same syntax as insert
Tag Information | |
Tag Class | org.apache.struts.tiles.taglib.DefinitionTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | true | false | java.lang.String | Specifies the name under which the newly created definition bean will be saved. |
scope | false | false | java.lang.String | Specifies the variable scope into which the newly defined bean will be created. If not specified, the bean will be created in page scope. |
template | false | true | java.lang.String | A string representing the URI of a tile/component/template (a JSP page). |
page | false | true | java.lang.String | URL of the template / component to insert. Same as "template". |
role | false | true | java.lang.String | Role to check before inserting this definition. If role is not defined for current user, definition is not inserted. Checking is done at insert time, not during definition process. |
extends | false | true | java.lang.String | Name of a parent definition that is used to initialize this new definition. Parent definition is searched in definitions factory. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |