Re: CellTable elements not updating correctly

2011-02-01 Thread Greg Dougherty
So, should I take it that this is a bug in GWT? On Jan 28, 12:11 pm, Greg Dougherty wrote: > // Making the cell I click on to change what Group i'm seeing: >         ClickableTextCell               groupCell = new ClickableTextCell (); >         FieldUpdater   updater = new > FieldUpdater String

Re: CellTable elements not updating correctly

2011-01-28 Thread Greg Dougherty
// Making the cell I click on to change what Group i'm seeing: ClickableTextCell groupCell = new ClickableTextCell (); FieldUpdater updater = new FieldUpdater () { @Override public void update (int index, GroupInfo theInfo, String value)

Re: CellTable elements not updating correctly

2011-01-28 Thread Jeff Schwartz
Code? On Fri, Jan 28, 2011 at 12:28 PM, Greg Dougherty wrote: > I have two CellTables that are logically connected together. When I > change the selection of the first one, I need to change the data > representation in the second one. When I first create the two tables, > this works. I call r

CellTable elements not updating correctly

2011-01-28 Thread Greg Dougherty
I have two CellTables that are logically connected together. When I change the selection of the first one, I need to change the data representation in the second one. When I first create the two tables, this works. I call refresh on the DataProvider for the second table, it calls getValue for th