Wicket LinkTree and TreeModel serialisation

2009-10-13 Thread Аносов А.О.
Hi, I have page with panel (a custom class named TreePanel) that contains Wicket LinkTree. LinkTree uses TreeModel instance which is common for all pages in application (tree model resides in application class). When any page that contains TreePanel being serialized, TreeModel also seriailzes

Wicket LinkTree and Performance

2009-10-06 Thread Аносов А.О.
Hi, I use Wicket LinkTree component with relatively huge amount of content, and I exprience serious performance issues. It takes few seconds to expand or close node when about fifty or hundred nodes are visible, and selection of node also takes some time. Actually I need AJAX functionality