Re: Grid with different number of column

2010-04-28 Thread Thiago H. de Paula Figueiredo
On Wed, 28 Apr 2010 05:46:06 -0300, Santiago W. Fernandez Lorenzo wrote: Hello, Hi! I'm working with a *grid*, and I need to show d*ifferent number of columns depending on a selection*. Just pass your own BeanModel instance to the model parameter of Grid (and BeanEditor, BeanEditForm

Grid with different number of column

2010-04-28 Thread Santiago W. Fernandez Lorenzo
Hello, I'm working with a *grid*, and I need to show d*ifferent number of columns depending on a selection*. In my .tml file I have: I found that I can specify the properties via the .java file, so I add: @Component (parameters = {"include=name, age"}) private Grid gridValues; So, at th