| Attributes |
| Name | Required | Request-time | Type | Description |
| backURL | false | true | java.lang.String | A URL for the form's cancel button |
| categoryNames | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by FormNavigatorCategory implementations. List the name of each category within the navigator. |
| categorySections | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by FormNavigatorEntry implementations. List the name of each section within the category. |
| displayStyle | false | true | java.lang.String | A type of navigation to be used. Options are steps and panel. The default display style is side navigation. |
| 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. |
| jspPath | false | true | java.lang.String | Deprecated as of 7.0.0, with no direct replacement. This is a path to the formSection.jsp file's folder /path/to/jsp/folder/. |
| markupView | false | true | java.lang.String | No Description |
| showButtons | false | true | boolean | Whether to show the Submit and Cancel buttons. The default value is true. |