hi, i'm using displaytag with struts 1.2 and my .jsp page is: 

<display:table id="data" sort="list" name="sessionScope.Product.myList"
requestURI="/searchProduct.do" pagesize="10" >
<display:column property="id" title="ID" sortable="true" sortName="id"
headerClass="sortable" />
...


tutorial about attribute "sort": "Use 'page' if you want to sort only
visible records, or 'list' if you want to sort the full list"


if the table is showing results from 31 to 40 and i sort, i get the sort but
the table come back to show results from 1 to 10 (and not from 31 to 40 as i
would like); how can i do?

thanks
-- 
View this message in context: 
http://www.nabble.com/value--%27list%27--for-attribute-%27sort%27-tp23173495p23173495.html
Sent from the DisplayTag - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to