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

I've solved the problem, thanks to Michael
(http://sourceforge.net/mailarchive/forum.php?thread_id=31549689&forum_id=28703)
- the basic problem was that I wasn't flagging the partial list. The following
jsp is working for me now:

<display:table name="masterTransactionPagedList"  defaultsort="1" pagesize="20"
id="element" partialList="true"
size="requestScope.masterTransactionPagedList.fullListSize"
                requestURI="MasterTransactionList.do"
decorator="com.agl.mdh.display.decorators.MasterTransactionListDecorator">...

where there is a method getFullListSize() method in my bean
masterTransactionPagedList which returns the correct  full list size.

I thought I'd read the documentation, but,as it turns out, I hadn't. Anyway,
this example may help other equally vague people.

______________________________________________________________________
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=249318

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to