| Attributes |
| Name | Required | Request-time | Type | Description |
| action | true | true | java.lang.String | The name of the task to use to get model data |
| descriptor | true | true | com.ptc.core.components.descriptor.ComponentDescriptor | The descriptor to base the component model on |
| var | true | true | java.lang.String | The scoped variable to assign the resulting component model to |
| scope | false | true | java.lang.String | The name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application" |
| interruptible | false | true | boolean | When true, long running requests may be interrupted by client-side AJAX calls |
| form | false | true | java.lang.String | The name of the group to send up as the form group. Defaults to @FORM. |
| pageLimit | false | true | int | The number of rows to display per page in the table. |
| pagingResetAction | false | true | java.lang.String | The action that should reset the paging session when executed. For examle, the search action should clear the current paging session when a user does a new search. |