Tag Summary |
config | Renders Javascript and css imports and sets up an required javascript variables, so the form can utilise SpringLayout |
form | Default implementation of a Form, Binds to the specified layout formBean exposing the bean to field tags. |
multiPanelForm | 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. |
display | Renders a field's value for display. If saveFieldValue is set to true a hidden field is rendered to the html that can be updated using javascript and submitted with the form. If the saveFieldValue property is set to false (default), the hidden field is rendered as disabled so it's value is not persisted with a submission of the form. |
input | Renders an input field |
autocomplete | Renders an autocomplete input field |
date | Renders an input field with date formatting and date picker |
textarea | Renders an text area field |
select | Renders a select field (dropdown list box) with options refer to OptionsTag |
options | Renders an options for a select |
label | Renders a field label |
radioButtons | Renders a radio button group in both edit and read only modes |
checkBoxes | Renders a check box group in both edit and read only modes |
ifEditMode | Renders the body of the tag if the page is in edit mode. |
ifReadMode | Renders the body of the tag if the page is in read mode. |
checkboxTrueFalse | Renders a checkbox which can only hold the values true and false |
forEachError | Iterates over the errors attribute exposing each as a variable defined via the var property |
errors | shows errors for the path, supports wildcard paths such as fieldPath.* |
forEachMessage | Iterates over the messages attribute exposing each as a variable defined via the var property |
hasPageFunction | 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'. |
swapCommandObject | 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. |
dataGrid | Renders a table which can become editable. |
dataGridColumn | Renders a column inside a datagrid. |
dataGridRemoveColumn | Renders a column which contains controls to remove a row in a dataGrid. |
pageErrors | shows errors messages, with a generic message for required field errors if any present. |