From: Henri Sara Date: Thu, 19 Jan 2012 07:27:41 +0000 (+0200) Subject: Fix variable change combining loop to support other RPC calls (#8277). X-Git-Tag: 7.0.0.alpha2~440^2~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8e30c36d0bd1eb899d416d34fabbfac7a7f63c79;p=vaadin-framework.git Fix variable change combining loop to support other RPC calls (#8277). --- diff --git a/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java b/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java index c359d70ea7..08e8862e85 100644 --- a/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java +++ b/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java @@ -1248,7 +1248,9 @@ public abstract class AbstractCommunicationManager implements change.getValue())); while (nextInvocation != null && invocation.getPaintableId().equals( - nextInvocation.getPaintableId())) { + nextInvocation.getPaintableId()) + && ApplicationConnection.UPDATE_VARIABLE_METHOD + .equals(nextInvocation.getMethodName())) { change = new VariableChange(invocation); m.put(change.getName(), convertVariableValue(change.getType(),