Tag library reference for the following tag libraries:
This is version 1.0.
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
htmlEscape | specify true to escape html characters into the output | String |
label* | The key to the label for display for the target property | String |
lang | HTML Standard Attribute | String |
maxlength | HTML Standard Attribute | String |
mode | mode which this tag should operate in [read | edit | multi] | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
optionsTarget* | The name of the function or url to retrieve options | String |
optionsTargetType* | Type of target used to get the options - possible values are "javascript" or "url" | String |
path* | the path to the field according to the Layout definition | String |
readonly | HTML Standard Attribute | String |
size | HTML Standard Attribute | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
value* | The key to the value for display for the target propertydescription | String |
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
buttonGroup* | The collection of radio buttons to render | java.util.Collection |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
htmlEscape | specify true to escape html characters into the output | String |
label | The specific label property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'label' (default = 'label') | String |
lang | HTML Standard Attribute | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
prefix | a prefix HTML snippet to apply to each item in the buttonGroup collection | String |
suffix | a suffix HTML snippet to apply to each item in the buttonGroup collection | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
value* | The specific value property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'value' (default = 'value') | String |
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
helpMessage | Context sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message. | String |
helpMessageKey | Internationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to. | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
Name | Description | Type |
---|---|---|
showLoadingMessage | Includes additional javascript to allow for the showing of a Loading Message when page is being used, ie to show a sub modal dialog | boolean |
Name | Description | Type |
---|---|---|
addButtonClass | CSS Class to appply to the add button | String |
addButtonTitle | Title to display in the add button | String |
addButtonTitleKey | Message Key to use to retrieve the internationalized title to display in the add button | String |
addRowCallback | A function pointer to call after the row is added. Should take the parameters (table, row) | String |
cancelButtonClass | CSS Class to appply to the cancel button | String |
cancelButtonTitle | Title to display in the cancel button | String |
cancelButtonTitleKey | Message Key to use to retrieve the internationalized title to display in the cancel button | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
emptyMessageKey | key to use for the message that will be displayed if the grid contains no items | String |
footerCellClass | HTML Optional Attribute 'class' which will be applied to the footer cell | String |
footerRowClass | HTML Optional Attribute 'class' which will be applied to the footer row | String |
gridId* | The id that the HTML table will be given. | String |
headerClass | HTML Optional Attribute 'class' which will be applied to all th's | String |
maintainUniqueSelectPaths | A comma separated list of id's of Select controls within the dataGrid for which uniqueness should be maintained on the client-side. -1 should be used in the place of an index. | String |
path* | Path to a Collection, Map or Array of objects to be iterated through within the command object | String |
removeRowCallback | A function pointer to call after a row is removed. Should take the parameters (table, row) | String |
Name | Description | Type |
---|---|---|
cellClass | CSS Class to appply to each td generated by this column | String |
headerClass | CSS Class to appply to the head (th) of this column | String |
headerColspan | Number of columns the header should span. If 0 is specified, it does not include this setup. | String |
title | Title to display in the head of this column | String |
titleKey | Message Key to use to retrieve the internationalized title to display in the head of this column | String |
Name | Description | Type |
---|---|---|
cancelControlClass | CSS Class to appply to the cancel control of this column | String |
cancelControlTitle | Title to display in the cancel control of this column | String |
cancelControlTitleKey | Message Key to use to retrieve the internationalized title to display in the cancel control of this column | String |
cellClass | CSS Class to appply to each td generated by this column | String |
headerClass | CSS Class to appply to the head (th) of this column | String |
headerColspan | Number of columns the header should span. If 0 is specified, it does not include this setup. | String |
removeControlClass | CSS Class to appply to the remove control of this column | String |
removeControlTitle | Title to display in the remove control of this column | String |
removeControlTitleKey | Message Key to use to retrieve the internationalized title to display in the remove control of this column | String |
title | Title to display in the head of this column | String |
titleKey | Message Key to use to retrieve the internationalized title to display in the head of this column | String |
type | Specifies the type of control, either link or button (default is button) | String |
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
defaultDate | The default date to be selected from the date picker (note: does not default control) | java.util.Calendar |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
helpMessage | Context sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message. | String |
helpMessageKey | Internationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to. | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
maximumDate | The maximum date allowed, validated via Javascript | java.util.Calendar |
minimumDate | The minimum date allowed, validated via Javascript | java.util.Calendar |
mode | mode which this tag should operate in [read | edit | multi] | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
readonly | HTML Standard Attribute | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
validate | true = append javascript validation to control / false = do not append javascript validation | boolean |
Name | Description | Type |
---|---|---|
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
saveFieldValue | renders either a disabled hidden control or an enabled hidden control to allow the value of this to be persisted with a submission of the form. | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
Name | Description | Type |
---|---|---|
htmlEscape | specify true to escape html characters into the output | String |
path* | the path to the field according to the Layout definition | String |
Name | Description | Type |
---|---|---|
htmlEscape | specify true to escape html characters into the output | String |
path* | the path to the field according to the Layout definition | String |
var* | name of the variable to store the error(s) against | String |
Name | Description | Type |
---|---|---|
htmlEscape | specify true to escape html characters into the output | String |
var* | name of the variable to store the message(s) against | String |
Default implementation of a Form, Binds to the specified layout formBean exposing the bean to field tags.
Can contain: JSP
Name | Description | Type |
---|---|---|
action | html action attribute. If this attribute is specified, it overrides the value configured in Spring XML. | String |
enctype | html enctype attribute, to specify the format of the data being submitted by the form | String |
formBeanName* | the name of the spring form bean that this form is attached too, identified in LayoutForm definition | String |
Evaluates the user's pageFunctionPermissions and determines if a user has the specified access to the given function. Possible values for state are 'enabled', 'disabled' and 'hidden'.
Can contain: JSP
Name | Description | Type |
---|---|---|
functionName* | The name of the function that the tag checks | String |
state* | state of the function possible values are 'enabled', 'disabled' and 'hidden'. | String |
Renders the body of the tag if the page is in edit mode.
Can contain: JSP
This tag has no attributes.
Renders the body of the tag if the page is in read mode.
Can contain: JSP
This tag has no attributes.
Renders an input field
Can contain: JSP
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
helpMessage | Context sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message. | String |
helpMessageKey | Internationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to. | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
maxlength | HTML Standard Attribute | String |
mode | mode which this tag should operate in [read | edit | multi] | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
readonly | HTML Standard Attribute | String |
size | HTML Standard Attribute | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
type | HTML Standard Attribute, example: type='hidden' | String |
Renders a field label
Can contain: JSP
Name | Description | Type |
---|---|---|
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
suffix | a prepended suffix string | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
value | the value of the label | String |
Renders panel tabs for the specified panelFormGroup. Exposes the current panel by name to the page context for use by enclosing forms. Forms then have access to fieldDefinitions for the current form panel.
Can contain: JSP
Name | Description | Type |
---|---|---|
action | html action attribute. If this attribute is specified, it overrides the value configured in Spring XML. | String |
currentPanelBeanName* | the name of the current spring form bean that this form is attached too, identified in LayoutPanelForm definition | String |
enctype | html enctype attribute, to specify the format of the data being submitted by the form | String |
panelFooterRendererBeanName | the name of the spring bean definition to provide the footer for the multi-panel layout, identified in the LayoutPanelFormGroup definition | String |
panelFormGroupBeanName* | the name of the spring form group bean that this form is attached too, identified in LayoutPanelFormGroup definition | String |
panelTabRendererBeanName | the name of the spring bean definition to provide the tabs for the multi-panel layout, identified in the LayoutPanelFormGroup definition | String |
Renders an options for a select
Can contain: JSP
Name | Description | Type |
---|---|---|
defaultLabel | Appended to the options in provided, an example could be "- select -" | String |
defaultLabelKey | Used instead of a default label, the key looks up resources to get the default label example "textLabel.selectOption" | String |
defaultValue | the default value for the default label provided, usually will be an empty string "" | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
items* | The List of items | java.util.List |
label* | The key to the label in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'label' | String |
value* | The key to the value in the list of items provided, if the items provided is a list of LabelValueBeans this would equal 'value' | String |
shows errors messages, with a generic message for required field errors if any present.
Can contain: JSP
Name | Description | Type |
---|---|---|
htmlEscape | String | |
path* | String |
Renders a radio button group in both edit and read only modes
Can contain: JSP
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
buttonGroup* | The collection of radio buttons to render | java.util.Collection |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
htmlEscape | specify true to escape html characters into the output | String |
label | The specific label property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'label' (default = 'label') | String |
lang | HTML Standard Attribute | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
prefix | a prefix HTML snippet to apply to each item in the buttonGroup collection | String |
suffix | a suffix HTML snippet to apply to each item in the buttonGroup collection | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
value* | The specific value property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'value' (default = 'value') | String |
Renders a select field (dropdown list box) with options refer to OptionsTag
Can contain: JSP
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
helpMessage | Context sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message. | String |
helpMessageKey | Internationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to. | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
mode | mode which this tag should operate in [read | edit | multi] | String |
multiple | HTML Standard Attribute | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
size | HTML Standard Attribute | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |
Used to swap the command object as a page is rendered based on the command object of the controller bean specified. Useful when displaying multiple pages from a multi-panel controller at once such as printing.
Can contain: empty
Name | Description | Type |
---|---|---|
controllerBeanName* | The specific controllerBeanName to swap too | String |
Renders an text area field
Can contain: JSP
Name | Description | Type |
---|---|---|
accesskey | HTML Standard Attribute | String |
cols | HTML Standard Attribute | String |
cssClass | Equivalent to "class" - HTML Optional Attribute | String |
cssErrorClass | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. | String |
cssStyle | Equivalent to "style" - HTML Optional Attribute | String |
dir | HTML Standard Attribute | String |
disabled | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. | String |
emptyDisplayString | String to display in read mode when the value is null, can be used to display a hyphen for example "-" | String |
helpMessage | Context sensitive help message. Setting this or the helpMessageKey will cause a '?' icon to appear beside the control, clicking this icon will display this message. | String |
helpMessageKey | Internationalizable message key for a context sensitive help message. Setting this or the helpMessage will cause a '?' icon to appear beside the control, clicking this icon will display the localized message this key refers to. | String |
htmlEscape | specify true to escape html characters into the output | String |
lang | HTML Standard Attribute | String |
mode | mode which this tag should operate in [read | edit | multi] | String |
onblur | HTML Event Attribute | String |
onchange | HTML Event Attribute | String |
onclick | HTML Event Attribute | String |
ondblclick | HTML Event Attribute | String |
onfocus | HTML Event Attribute | String |
onkeydown | HTML Event Attribute | String |
onkeypress | HTML Event Attribute | String |
onkeyup | HTML Event Attribute | String |
onmousedown | HTML Event Attribute | String |
onmousemove | HTML Event Attribute | String |
onmouseout | HTML Event Attribute | String |
onmouseover | HTML Event Attribute | String |
onmouseup | HTML Event Attribute | String |
path* | the path to the field according to the Layout definition | String |
readonly | HTML Standard Attribute | String |
rows | HTML Standard Attribute | String |
tabindex | HTML Standard Attribute | String |
title | HTML Standard Attribute | String |