| |||||||
FRAMES NO FRAMES |
Expose a named Struts internal configuration object as a bean.
Retrieve the value of the specified Struts internal configuration object, and define it as a scripting variable and as a page scope attribute accessible to the remainder of the current page. You must specify exactly one of the formBean
, forward
, and mapping
attributes to select the configuration object to be exposed.
If a problem occurs while retrieving the specified configuration object, a request time exception will be thrown.
Tag Information | |
Tag Class | org.apache.struts.taglib.bean.StrutsTag |
TagExtraInfo Class | org.apache.struts.taglib.bean.StrutsTei |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | true | false | java.lang.String | Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the specified Struts internal configuration object. |
formBean | false | true | java.lang.String | Specifies the name of the Struts |
forward | false | true | java.lang.String | Specifies the name of the global Struts |
mapping | false | true | java.lang.String | Specifies the matching path of the Struts |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |