1 - I would like to have a page number in my jsp file. Ie, having a link to
next, last, previous, first, 1,2,..., page. How can I do this?
Here is a snippet of my jsp file.
<display:table name="${listaVal}" id="item" pagesize="10" sort="list"
requestURI="${addRowURL}" cellpadding="0" cellspacing="0"
class="bem-theme.css">
<display:column sortable="true" property="eventId" title="NÂș"
headerClass="sortable" />
<display:column sortable="true" property="startDateTime" title="Data
de Inicio" headerClass="sortable" />
<display:column sortable="true" property="endDateTime" title="Data
de Fim" headerClass="sortable" />
<display:column sortable="true" property="coreEventType"
title="Tipo" headerClass="sortable" />
<display:column sortable="true" property="coreEventSubType"
title="Sub-Tipo" headerClass="sortable" />
<display:column sortable="true" property="coreEventState"
title="Estado" headerClass="sortable" />
</display:table>
2 - I would like format well my table. Ie, with the snippet above written,
the table that I've is not aligned. I've something like this:
| Field A | Field B | Field C |
|Value A | Value B |Value C |
Has you can see, is not a table in this form:
| Field A | Field B | Field C |
| Value A | Value B | Value C |
How can I solve this problem?
Thanks,
Pedro
-----------------
PSC
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user