wl-extension
Tag field-button


Generates an HTML input of type "button", which is displayed next to a field and forwards the field's value to a portlet. This is only valid when nested in <wl-extension:text> or <wl-extension:select>.


Tag Information
Tag Classcom.bea.console.taglib.widget.FieldButtonTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
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 button boundary and text to be a gray color. This is the same effect as the HTML "disabled" attribute that is available for various HTML elements.
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.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.