| |||||||
| FRAMES NO FRAMES | |||||||
<display:table name="someList" varTotals="totals"> <display:column property="itemName"/> <display:column property="price" total="true"/> <display:footer> <tr> <td>Total Bill:</td> <td><c:out value="${totals.column2}" /></td> <tr> </display:footer> </display:table>
| Tag Information | |
| Tag Class | org.displaytag.tags.TableFooterTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | footer |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| media | false | true | java.lang.String | Use this attribute to keep a footer from being output during an export. The caption will only render for the named media type(s) - it won't be added to the table if the current request media is not supported. Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. See the export page in the example webapp for more details. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||