wl-extension
Tag chooser-tag


Renders two selection boxes--one for available items and the other for chosen items--and controls that can be used to move items from one to another. Optionally renders controls for reordering items in the chosen box. This tag is valid only when nested in <wl-extension:form>.

Examples
<wl-extension:chooser-tag name="userGeneralForm"
                        property="userGeneralForm"
                        availableItems="userGeneral.allParentGroups"
                        chosenItems="userGeneral.parentGroupsChosen"
                        restartNeeded="true"
                        inlineHelpId="security.users.usergroups.parents.label.inlinehelp"
                        labelId="security.users.usergroups.parents.label"
                        hiddenFieldName="userGeneral.selectedParentGroups"
                        htmlName="groups"
                        singlechange="false"
                        bundle="security"/>


Tag Information
Tag Classcom.bea.console.taglib.html.DynChooserTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
availableItemCaptionfalsetruejava.lang.String The name of the list that displays items that are available to be selected.
chosenItemCaptionfalsetruejava.lang.String The name of the list that displays items that have been selected.
availableItemstruetruejava.lang.String The name of the property in this tag's form bean that contains a list of available items. The "property" attribute specifies the name of the form bean.
chosenItemstruetruejava.lang.String The name of the property in this tag's form bean that contains the list of chosen items. The "property" attribute specifies the name of the form bean.
hiddenFieldNametruetruejava.lang.String The name of the HTML hidden field that tracks the state of the users selections.
propertyfalsetruejava.lang.String The name of the Struts form bean that contains properties for this tag. Use the "availableItems" and "chosenItems" attributes to specify which properties this tag renders. This value is also used for the HTML name of this control.
multiplefalsetruejava.lang.String Specifies that you can select multiple items to submit rather than just a single item.
reorderfalsefalseboolean This controls whether the chooser supports reordering items.
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.
readOnlyfalsetrueboolean Specifies whether to display this control as read only regardless of whether the user has started and session, or is authorized to change the value.
inlineHelpIdfalsefalsejava.lang.String Specifies the key to use to display the inline help text for this control.
restartNeededfalsefalseboolean Specifies whether a change to this attribute is dynamic or non-dynamic. If set to true, an icon indicating a restart will be needed is rendered.
dependsfalsefalsejava.lang.String Specifies the the name of an HTML control on the page that this control is dependant on to become enabled on the page.
requiredfalsefalseboolean Specifies whether this control must be supplied a value.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.