bean
Tag page
Expose a specified item from the page context as a bean.
Retrieve the value of the specified item from the page context for this page, and define it as a scripting variable, and a page scope attribute accessible to the remainder of the current page.
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.PageTag |
TagExtraInfo Class | org.apache.struts.taglib.bean.PageTei |
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 page context property. |
property | true | true | java.lang.String | Name of the property from our page context to be retrieved and exposed. Must be one of application , config , request , response , or session . |
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.