Hi all,
Here is my problem:

I have a Ajax Link who shows a ModalWindow (modal2.show(
evt.getAjaxRequestTarget());) when clicked.
Inside this modal window, I have a
wicket.extensions.markup.html.tree.Treeobject.

The problem is: The user "changes the status" of this Tree (collapsing the
nodes), then closes this ModalWindow.
When the user clicks again on the AjaxLink (and the ModalWindow is showed
again), my Tree object looses the status (meaning all the user modifications
on nodes) is missed...

Anyone, have any idea on how to make the tree status persistent for me?

Thanks!
Renan Camponez
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to