1 Reply Latest reply on Apr 18, 2006 10:13 AM by pedrosacosta

    Pagination

    pedrosacosta

      I'm using jsp files with displaytag.tld to show a list of events.

      Ex.
      Nr. Event Name
      1 A
      2 B
      3 C
      4 D

      But, i would like to have pagination. What url should i put to have this option?

      Thanks,
      Pedro

        • 1. Re: Pagination
          pedrosacosta

          I forgot to tell, but i'm using jboss portal.

          Where is the snippet of my jsp:

          <c:set var="addRowURL">
           <portlet:actionURL portletMode="view">
           <portlet:param name="action" value="view"/>
           </portlet:actionURL>
          </c:set>
          
          <display:table name="${listaVal}" id="item" pagesize="10" sort="list" cellpadding="0" cellspacing="0" class="bem-theme.css" requestURI="${addRowURL}">
          


          But this example doesn't work. What should i do? Does anyone tried to use this taglib?

          Thanks,
          Pedro