Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4119813
By: vfuchs_fr

Hi all,

In a DisplayTag table, I want to display all the rows without paging, so I don't
set pagesize. The problem is I want to know how many rows there are. I've seen
in the source code, in HtmlTableWriter.writeSearchResultAndNavigation() , that
the number of elements will be displayed only if pagesize is different from
0, unless it's a paginatedList.
I don't understand why it works this way. The only solution for me now is to
set pagesize, with a very high number and hope it will never be reached. That
doesn't make sense to me.
Does anybody know why can't we display the number of rows without setting 
pagesize
?

Thanks in advance

-- 
Vincent

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to