Please, Help needed.
I reviewed the patch supplied, but the value returned by getListIndex() will
not be the correct one.
Both the functions getViewIndex() and getListIndex() in TableDecorator class
are giving me the same values.I think if I am not wrong getViewIndex() has
to return the records in current page say 1 to 10 always if my pagesize is
10.
And getListIndex() has to return the record number in the list.
i.e say 3rd record in 2nd page. getViewIndex() should return 3 and
getListIndex() should return 13.
How to get the actual record number in the list.

Thanks in advance,
Adrian Baisch.
****************
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to