Tapestry5 display grid component using a hashmap

Posted by Eldred on Stack Overflow See other posts from Stack Overflow or by Eldred
Published on 2010-03-26T14:40:21Z Indexed on 2010/03/26 14:43 UTC
Read the original article Hit count: 117

Filed under:
|

Hi there

I am trying to attempt to display a hashmap using a grid component. If I use List list = CollectionFactory.newList(MyHashMap) it returns a list however on my template page I see Empty and false when passing my parameter t:souce="list" to my grid component, therefore my grid component only returns one row.

Some code snippets would be a great help.

Many thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about tapestry