-
jluix committed revision 1133 to the Display Tag Library SVN repository, changing 1 files.
2008-01-20 22:14:11 UTC in Display Tag Library
-
jluix committed revision 1093 to the Display Tag Library SVN repository, changing 3 files.
2006-09-05 00:42:19 UTC in Display Tag Library
-
Take a look at the paging.banner.* properties in http://displaytag.sourceforge.net/configuration.html.
2005-11-30 15:21:17 UTC in Display Tag Library
-
Add media="html" to your column tag, i.e.,
<display:column title="Nombre" media="html">
<table align="center">
<tr>
<td align="center"><B><U><bean:write name="tabla" property="nommacrociclo"/></U></B></td>
</tr>
....
then repeat the column tag...
2005-11-17 15:31:35 UTC in Display Tag Library
-
This a requirement of the HTML standard, which states that "TFOOT must appear before TBODY within a TABLE definition so that user agents can render the foot before receiving all of the (potentially numerous) rows of data."
http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2.3
Even though tfoot appears before tbody in the html, it's normally rendered after the table data...
2005-11-12 08:22:06 UTC in Display Tag Library
-
This nested-table example may be what you're looking for.
http://displaytag.homeip.net/example-nestedtables.jsp.
2005-11-09 16:44:23 UTC in Display Tag Library
-
Here's the direct link.
http://66.93.98.248:8080/ajaxtags/displaytag.jsp
BTW, this example also shows "client-side" paging, since both displaytag's sorting and paging occur via ajax.
-Jorge.
2005-10-12 17:17:19 UTC in Display Tag Library
-
Check out the displaytag example at the AjaxTags project, http://ajaxtags.no-ip.info/ . It's a compromise between pure client-side sorting and refreshing the entire page just to sort. It sends an ajax request to the server to have displaytag do the sorting, and refreshes the div containing the table with the response, not the entire page.
-Jorge.
2005-10-12 17:05:19 UTC in Display Tag Library