Re: Grid, is there any way dynamically defined columns?

2011-10-03 Thread Norman W. Franke
Will that work for a data model consisting of Object[]? -Norman On Oct 3, 2011, at 9:39 PM, Thiago H. de Paula Figueiredo wrote: On Mon, 03 Oct 2011 19:07:48 -0300, Norman Franke wrote: You should implement your own BeanModel and it can do whatever it wants. Or @Inject BeanModelSource

T5 Persistence Question

2009-07-07 Thread Norman W. Franke
In the good old T4 days, I was able to persist form data between submissions without using any session state since the values were persisted in the fields themselves. This was very efficient, particularly for very large forms (with several text areas containing 50K of data each.) As a furth

Re: Does Tapestry (4) and Hibernate coexist nicely

2007-08-29 Thread Norman W. Franke
Yes, although it depends on how you implement it. You need to ensure that the session is closed by HiveMind in a threaded model, or problems will arise while rendering. I do it thusly: interface="com.myasd.db.dao.ISessionManagerFactory"> class="com.myasd.db.dao.HibernateSessionManagerFacto