footer
Contains the <tfoot> contents of the surrounding <pagedTable>. This tag will get rendered once, after the table contents have been processed.
| Tag Information | |
|---|---|
| Tag Class | org.loom.tags.paged.FooterTag |
| Body Content | scriptless |
| Dynamic Attributes | true |
| Example | <c:set var="total" value="0"/>
<l:pagedTable>
<l:column property="id" />
<l:column property="amount" />
<c:set var="total" value="${total + row.amount}"/>
<l:footer/>
<tr><td>Total</td><${total}</td></tr>
</l:footer>
</l:pagedTable> |
- button
- cache
- column
- css
- error
- errors
- exception
- footer
- form
- formatDate
- formatDuration
- formatFileSize
- img
- inputCheckbox
- inputFile
- inputHidden
- inputImage
- inputPassword
- inputRadio
- inputSelect
- inputText
- inputTextArea
- link
- localeMenu
- menu
- menuItem
- messages
- option
- out
- outProperty
- pagedList
- pagedTable
- param
- redirect
- script
- tab
- tabContainer
- url
- functions