wl-extension
Tag button-bar-button


Generates a standard HTML input of type "button", which displays in a button bar and launches a Struts action, launches a Beehive pageflow, or forwards to a specified portal page. If a user has selected an item, the item is included in the request. This tag is valid only when nested within <wl-extension:button-bar>.


Tag Information
Tag Class com.bea.console.taglib.widget.ButtonBarButtonTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
labelidtruetruejava.lang.String The key for a property in a message bundle that defines the localized text to display as the button name. The bundle attribute determines in which bundle the JSP tag searches for this property.
iconNamefalsetruejava.lang.String If the button is to have an icon use this attribute to specify a class name for that icon background image. Default is no icon.
portletfalsetruejava.lang.String The defintionLabel of a portlet to which this button forwards. If you use this attribute, you must also use the "pageLabel" attribute to specify the page that contains the portlet.
pageLabelfalsetruejava.lang.String The definitionLabel of the portal page to which this button forwards. Use the "portlet" attribute to specify which portlet within the page can handle the request.
disabledfalsetrueboolean Prevents users from clicking this button and causes the button boundary and text to be a grey color. This is the same effect as the HTML "disabled" attribute that is available for various HTML elements.
permissionfalsetruejava.lang.String Not supported for public use.
objectfalsetruejava.lang.String Not supported for public use.
bundlefalsetruejava.lang.String Identifies the message bundle that contains localized properties. ??How does WLS find a properties file based on the value of this attribute? Is it 'bundle-value'.properties?

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Oracle Fusion Middleware Oracle Weblogic Server 10.3.1 JSP Tags Reference
11g Release 1 (10.3.1)
Part Number E13953-01