ICEPush not pushing

I have a background thread that is doing the pushing.
In most of my ‘windows’, the push involves adding/removing data inside a ‘table’ component.

However, in one of my windows, the way I make the ‘change’ is to remove an existing component and add another one.

It seems that in this case, the push() call works fine the first time the layout is changed, but doesnt go through the next time.

I tried some debugging and it seems that in the LocalPushManager.push() method, the groupMap.containsKey(groupName) line seems to be returning false.

Can somebody tell why this is happening and how to fix it?

Hi,

Is this is the same issue you describe here: http://vaadin.com/forum/-/message_boards/view_message/533032 ?

// Marc

Yes