Re: Grid dynamically added columns and values

2011-03-30 Thread Androrion
Thanks a lot ! I don't know why it didn't occur to me the first time but now it works like a charm ! I simply added a constructor to my property conduit and gave it the category identifier. Thank you very much ! :D -- View this message in context: http://tapestry.1045711.n5.nabble.com/Grid-dynam

Re: Grid dynamically added columns and values

2011-03-30 Thread Androrion
In fact I already looked in that direction, I tried to create my own PropertyConduit for the beanModel. However I couldn't go any further because of the get method of the propertyConduit. My understanding is that the grid uses myPropertyConduit.get(myStatBean), however I can't get the category ide

Grid dynamically added columns and values

2011-03-30 Thread Androrion
Hi there ! For my first post here, I encounter the following problem : I've got stats datas to display in a grid, but the stats categories are dynamic. For exemple : Date - Category1 - Category2 - Category 3 - Total date1 - stat1 - 0 - stat3 - totalDate1 date2 - stat1 - stat2 - 0 - totalDate2 I