bean
Tag struts
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 |
| id |
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. |
| |
| Required:
true |
| Request-time:
false |
Type:
java.lang.String |
|
| formBean |
Specifies the name of the Struts ActionFormBean definition object to be exposed. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| forward |
Specifies the name of the global Struts ActionForward definition object to be exposed. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| mapping |
Specifies the matching path of the Struts ActionMapping definition object to be exposed. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| 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.