Weaving!! I've run into a problem with weaving before, thanks for the tip. grid + exclude = thank you Lance
Cheers Chris On Fri, Nov 29, 2013 at 3:04 AM, Lance Java <lance.j...@googlemail.com>wrote: > 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. > > > > > >