You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jason Suplizio <su...@gmail.com> on 2005/11/09 19:58:33 UTC

TableView and paging row problem

Greetings,
I'm getting some weird behavior using a simple form lookup (returning a
List) displaying the results in a TableView component:

<component id="membersTableView" type="Contrib:TableView">
<binding name="source" value="entries"/> <!-- getEntries() list -->
<binding name="columns" value="literal:!actions:Actions:actions,
menuName:Name:menuName, expoId:XXX ID:xxxId"/> <binding name="pageSize"
value="10"/>
<binding name="initialSortOrder" value="true"/>
</component>

I get 12 results. When clicking on the "2" to go to the next page the page
reloads and the table is reset to 0 results. So, now I'm on page 2 and if I
do the search again (in the form above it) I get the last 2 of the 12
results. If I then click on "1", the results is again reset to 0.

This occurs with caching both enabled and disabled.

Any help would is greatly appreciated!
Jason