Re: T5 Converting a T4 table to T5 grid

2007-07-29 Thread Daniel Jue
Reading from some other threads about the Grid Component, it seems that since it relies on the BeanModel, it would be unable to call the methods that would return the data. i.e for some column "foo" in row myrow, It wants to call myrow.getFoo(). There is no way of telling it to call myrow.get("foo

T5 Converting a T4 table to T5 grid

2007-07-27 Thread Daniel Jue
I am converting some T4 code into T5. Maybe someone can point out the best way of doing this, while I contemplate it. In T4, there was a column definition string that you could pass to the contrib:table component. It would define the order and names of the columns. Since the number/type of column