datenhahn / componentrenderer

A ComponentRenderer for the Vaadin Grid
Apache License 2.0
6 stars 8 forks source link

ComponentGridDecorator should implements Serializable #28

Closed LaiZhou closed 8 years ago

LaiZhou commented 8 years ago

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

datenhahn commented 8 years ago

pushed new version, please check if all requirements are met