I see that, I should use the grid component as follows:

List list = CollectionFactory.newList(MyHashMap.values());

<t:grid t:source="list"...



But this solution renders only 1 row, doesn't it? On the other hand, I want
to use following object in grid component as source parameter, which should
be displayed as multiple rows.

List<HashMap<String,String>> searchResults;


On Fri, Sep 3, 2010 at 9:02 PM, based2 <ba...@free.fr> wrote:

>
>
> http://stackoverflow.com/questions/2524045/tapestry5-display-grid-component-using-a-hashmap
>
>
> == http://wiki.apache.org/tapestry/Tapestry5HowTos
> == http://wiki.apache.org/tapestry/Tapestry5OpensourceApps
> == http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/T5-1-0-5-Loop-inside-grid-tp2801942p2802640.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to