Good evening!

I am hitting my head with the following:
having a textfield and there writing a value, I submit the value, and I need to iterate over the rows of a grid and fetch the page and present the record.


So the template is like this:
<table t:type="Grid" t:id="mygrid" source="entries" row="sqlentry" t:include="premiumNumber,internalId" rowsPerPage="50" pagerPosition="literal:both" t:add="delete" t:encoder="formencoder" t:mixins="GetsourceMixin">

...
..
</table>
The entries is a HashSet or ArrayList.

Is it possible to search row by row a grid and if I find the row, roll over the pages and mark the record in a proper way ?

Has anyone ever had stack with this ?

Regards
Dimitri


p.s. is there a simple example perhaps with custom griddatasource fetching from a hashset/list/hashtable which involve thousands of records ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to