ComponentGridDecorator should implements Serializable
workround:
when in clustering envrionment,session and “all session object" should be serializable
In vaadin,all components should be serializable.
code:
public class ComponentGridDecorator implements Serializable
ComponentGridDecorator should implements Serializable workround: when in clustering envrionment,session and “all session object" should be serializable
In vaadin,all components should be serializable. code: public class ComponentGridDecorator implements Serializable