Attributes |
Name | Required | Request-time | Type | Description |
id | true | true | java.lang.String |
Name of ID used for enclosing DIV element written by tag.
|
pagelinksClass | false | true | java.lang.String |
CSS class name of the DisplayTag's navigation links,
often named "pagelinks" by default in DisplayTag.
If empty, no pagelinks will be processed.
Default: "pagelinks".
|
columnClass | false | true | java.lang.String |
The CSS class of the TH within the THEAD of the table
that should have its HREFs rewritten.
If empty, no TH elements will be processed.
Default: "sortable".
|
baseUrl | false | true | java.lang.String |
URL of server-side page where DisplayTable is created.
Useful in a Struts/Tiles environment where several JSPs
are combined in a response and you need just the single
JSP for the DisplayTable.
|
preFunction | false | true | java.lang.String |
Function to execute before AJAX is started.
Should return string "cancel" to cancel AJAX execution.
|
postFunction | false | true | java.lang.String |
Function to execute after Ajax is finished, allowing for
a chain of additional functions to execute.
|
parameters | false | true | java.lang.String |
A comma-separated list of parameters to pass to the
server-side action or servlet.
|