Re: Grid now displays public static fields of object

2011-12-20 Thread Thiago H. de Paula Figueiredo
On Tue, 20 Dec 2011 14:16:43 -0200, Howard Lewis Ship wrote: It is true; perhaps there should be a way for Grid to exclude static fields; basically, it sees normal properties, public instance fields, and public static fields as properties. Shouldn't BeanModelSource ignore static fields and

Re: Grid now displays public static fields of object

2011-12-20 Thread Howard Lewis Ship
On Tue, Dec 20, 2011 at 7:55 AM, Szemere Szemere wrote: > I recently upgraded from 5.2.5 to 5.3, which I must say was very > straightforward. :) > > A minor issue we've just noticed is, that Grid now shows as columns any > public static fields of the objects listed by the grid. Is this by design

Grid now displays public static fields of object

2011-12-20 Thread Szemere Szemere
I recently upgraded from 5.2.5 to 5.3, which I must say was very straightforward. :) A minor issue we've just noticed is, that Grid now shows as columns any public static fields of the objects listed by the grid. Is this by design (a change in spec) or a bug? The workaround is simple, simply u