| Attributes |
| Name | Required | Request-time | Type | Description |
| var | false | true | java.lang.String | The generated session id will be written to the given page context attribute. Defaults to 'formSessionId'. |
| error | false | true | java.lang.String | In case of an exception during session initialization the error message will be written to the given page context attribute. Defaults to 'formError'. |
| configPath | true | true | java.lang.String | The path to the form edid configuration file. |
| editName | false | true | java.lang.String | The name of the file to edit, alternativly provide the resource structure id with the 'editId' attribute. If neither the 'editName' nor the 'editId' is set, a new content will be created. |
| editId | false | true | java.lang.String | The resource structure id of the file to edit, alternativly provide the file name 'editName' attribute. If neither the 'editName' nor the 'editId' is set, a new content will be created. |