Re: TableTree expand node issue

2014-12-18 Thread Sven Meier
Hi, after serialization/deserialization of the page, Homepage#ROOT_NODE is no longer equal to the node passed to your treeProvider's #hasChildren() - thus the expand link is no longer enabled. There are different solutions to this problem, e.g. implementing #equals and #hashcode in

RE: TableTree expand node issue

2014-12-18 Thread Colin Rogers
Subject: Re: TableTree expand node issue Hi, after serialization/deserialization of the page, Homepage#ROOT_NODE is no longer equal to the node passed to your treeProvider's #hasChildren() - thus the expand link is no longer enabled. There are different solutions to this problem, e.g. implementing