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 Classorg.apache.struts.taglib.bean.StrutsTag
TagExtraInfo Classorg.apache.struts.taglib.bean.StrutsTei
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.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.

formBeanfalsetruejava.lang.String

Specifies the name of the Struts ActionFormBean definition object to be exposed.

forwardfalsetruejava.lang.String

Specifies the name of the global Struts ActionForward definition object to be exposed.

mappingfalsetruejava.lang.String

Specifies the matching path of the Struts ActionMapping definition object to be exposed.


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.