I've noticed that the question 1 is a matter of url, not of the display tag. So, you can forget the question number one, if you want. If not, I'm using jboss portal.
The question 2 is still on. Thanks, Pedro -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Costa Sent: segunda-feira, 17 de Abril de 2006 10:25 To: [email protected] Subject: [displaytag-user] next page in a jsp 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=k&kid0944&bid$1720&dat1642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- 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

