Dear members,
I am displaying table data using displaytag where i define pagesize=15
the struts action that i use (along with the appended parameters) is: showAllTheArticle.action?user.id=1&user.username=admin
the table shows the first 15 record nicely, but when i click on the next/last links- the following hyperlink generates:
pages/AllTheArticle.jsp?d-49309-p=2&user.id=1&user.username=admin - and the next page shows : Nothing Found to Display , though there are still records to show.
I know there are other options except displayTag, but I have to use it.
so could anyone please tell me what change do i need to make?
Thanks in advance :-)