Hi guys, I'm starting displaytag for the first time. I have a simple Struts2 action that is returning a list. The list contains elements of Class Apple.
Following is the code I have: <s:set name="list" value="testList" scope="session" /> <display:table name="sessionScope.list" pagesize="4"> <display:column property="name" title="Name" /> </display:table> This works ok, however, when I click 'next page' the page says 'Nothing found to display.' Does anyone know how to fix this?