> So without the custom model, you can't use a HashMap with the grid
Correct!

> But then a logical question is how to set up this model without an actual
> bean? 
BeanModel is an interface, so implement it ;)

> model = beanModelSource.createDisplayModel(Set.class, null); 
> Would this work?
No, createDisplayModel assumes that the class is a bean type. It uses the
getters to create a BeanModel.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/HashMap-as-a-Grid-source-once-again-tp5720533p5720542.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