Hello,
You can do this through the ITreeState
(tree.getTreeState().getSelectedNodes ()). Also, you can register with
the TreeState as an ITreeStateListener and implement the
nodeSelected(TreeNode node) method.

best,
jim

On 6/6/07, NYSophia <[EMAIL PROTECTED]> wrote:
>
> Thank you.  That was very helpful.  I am trying to get it to add a node as a
> child of the currently selected node.  I will let you know how it goes.
>
>
> I don't really have urls or code I can share. I do have a brain dead
> simple quickstart I created to determine if a bug was in my code or
> wicket (mine, obviously :)). Hope this helps:
>
> http://bones.homelinux.org/wicket/quicktree.jar
>
> You will want to look at SimpleTreePage.java
>
> best,
> jim
>
>
> --
> View this message in context: 
> http://www.nabble.com/Tree-with-add-delete-edit-nodes-tf3866796.html#a10982905
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> 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
>

-------------------------------------------------------------------------
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