| Attributes |
| Name | Required | Request-time | Type | Description |
| options | false | true | java.lang.String | Name of the attribute in the request object, which identifies ListOptions object. If none is specified, the default name used by ListBrowserServlet will be used. |
| command | true | true | java.lang.String | Command specifying action to execute. Recognized values are previous, next, goto, pagesize, but you can specify your own if you implement support for it on the backend in your ListBrowserServlet derived class. |
| url | false | true | java.lang.String | Get the url that should be used to generate the link. The url should be able to accept parameters using the standard notation paramname=paramvalue. If no url is specified the tag will be used value of servletpath parameter sent by the WebSessionServlet derived servlet that processedrequest causing generation of this page. |