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
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