On Thu, 06 Feb 2014 14:55:33 -0200, Ryan <rnidef...@gmail.com> wrote:

Hi, is there anyone on the list that could shed some light on the problem
I'm having?

The only hint I can give you is this: don't use the Map directly. Create a class to represent the pairs you put into the Map<String, Object> and use a list or collection of this new class instead of a Map<String, Object>. In other words, write classes to represent data structures. It'll make your life easier, and not just with Tapestry 4, 5 or anything else.


--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to