Hi,

i have a jx file for presentation layer. In this file I write a table with
the elements of a List that I get in de jx with
usecase.getParameter(listUser).
                                            .
                                            .

<jx:forEach var="lstEve" items="${usecase.getParameter('listUser')}">
             <tr class="forms-row-${repeaterLoop.index % 2}">
                     <td><jx:out value="${lstEve.getNombre()}"/></td> 
                     <td>
                                <p>
                                        <jx:out 
value="${lstEve.getDiaInicio()}"/> 
                                </p>
                                <p>
                                        <jx:out 
value="${lstEve.getMesInicio()}"/>
                                </p>
                                <p>
                                        <jx:out 
value="${lstEve.getAnioInicio()}"/>
                                </p>
                  </td>
              </tr>
                               .
                               . 
I need to paginate that. Any ideas, Thanks!
-- 
View this message in context: 
http://www.nabble.com/How-to-use-pagination-in-.jx-tp21662052p21662052.html
Sent from the Lenya - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to