Hi,

If 'table' is a variable that points to your contrib:Table component, you
could do:

table.getTableModel().getPagingState().setCurrentPage(page);

The page number is counted from 0.

See the JavaDoc for the package org.apache.tapestry.contrib.table.model:
http://jakarta.apache.org/tapestry/tapestry-contrib/apidocs/index.html

Best regards,
-mb




--
View this message in context: 
http://www.nabble.com/How-to-go-to-a-specific-page-on-a-table-t1750348.html#a4768334
Sent from the Tapestry - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to