I'm assuming this is also a problem in beaneditor / beandisplay. On 28 Nov 2013 12:07, "Dimitris Zenios" <dimitris.zen...@gmail.com> wrote:
> I had the same thing.The property is added by eclipselink weaving.The way i > did it was to create a mixin that excludes the column from the grid and > apply it to all the grids through a worker. > > > On Thu, Nov 28, 2013 at 10:56 AM, Lance Java <lance.j...@googlemail.com > >wrote: > > > If you want to handle this globally, you could override / decorate > > BeanModelSource and call BeanModel.exclude(...) based on some logic. > > >