In my jsp page i use displaytag for search results. Pagination works fine but i want to disable the pagination (i mean to display all the records in the same page itself).
I found nothing under displayTag.properties file commneted the whole file and also mentioned pagesize="1" in the jsp page .
<display:table name="sessionScope.stockDetails" pagesize="1"
<display:column property="buyerssellersdiff" title="Buyers Count" sortable="true"
headerClass="sortable" />
</display:table>
But its still showng 4 pages .
How can i display all results under one page ??