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 Thiago H. de Paula Figueiredo
On Wed, 30 Mar 2011 10:56:37 -0300, Androrion wrote: My understanding is that the grid uses myPropertyConduit.get(myStatBean), however I can't get the category identifier in this method to access the "statistics" list. Am I wrong ? You need to pass this information yourself to your property c

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

Re: Grid dynamically added columns and values

2011-03-30 Thread Thiago H. de Paula Figueiredo
On Wed, 30 Mar 2011 10:10:30 -0300, Androrion wrote: Hi there ! Hi! I already searched the list for similar problems but only found questions and no solution :-( Search for BeanModel, PropertyModel and PropertyConduit. ;-) -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestr