Attributes |
Name | Required | Request-time | Type | Description |
panelFormGroupBeanName | true | true | java.lang.String | the name of the spring form group bean that this form is attached too, identified in LayoutPanelFormGroup definition |
currentPanelBeanName | true | true | java.lang.String | the name of the current spring form bean that this form is attached too, identified in LayoutPanelForm definition |
panelTabRendererBeanName | false | true | java.lang.String | the name of the spring bean definition to provide the tabs for the multi-panel layout, identified in the LayoutPanelFormGroup definition |
panelFooterRendererBeanName | false | true | java.lang.String | the name of the spring bean definition to provide the footer for the multi-panel layout, identified in the LayoutPanelFormGroup definition |
enctype | false | true | java.lang.String | html enctype attribute, to specify the format of the data being submitted by the form |
action | false | true | java.lang.String | html action attribute. If this attribute is specified, it overrides the value configured in Spring XML. |