I have the following grid that displays search results
<t:zone t:id="searchResultsZone" visible="true">
<t:block t:id="searchResultsBlock">
<table t:type="grid" rowsPerPage="10" pagerPosition="both"
source="foundEntities" row="entity"/>
</t:block>
</t:zone>
Everything works fine and I can see that only the searchResultsBlock is
returned as an Ajax request. However, when more than 10 entities are found
and I click on the second page the whole page is returned and not just the
searchResultsBlock.
How can I force the page links of the Grid component to returned my
searchResultsBlock ?
Petros
--
View this message in context:
http://www.nabble.com/Grid-cmpnt-and-Ajax-tp16467342p16467342.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]