| Attributes |
| Name | Required | Request-time | Type | Description |
| backURL | false | true | java.lang.String | A URL for the form's cancel button. |
| formModelBean | false | true | java.lang.String | The bean edited in the form. |
| formName | false | true | java.lang.String | A name for the form. |
| htmlBottom | false | true | java.lang.String | HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form. |
| htmlTop | false | true | java.lang.String | HTML to prepend to the navigator. |
| id | false | true | java.lang.String | An ID for the component instance. It's referenced by the navigator's categories and sections. |
| showButtons | false | true | boolean | Whether to show the Submit and Cancel buttons. The default value is true. |