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

On 6/4/07, evan2nave <[EMAIL PROTECTED]> wrote:
>
> Hi,
> This sounds great.  Would you mind posting the java code and html file (or
> relevant snippets) for a page that accomplishes this?  I'm still very new to
> wicket, and the example would be very helpful!
> Thanks,
> -Evan
>
>
> James McLaughlin-3 wrote:
> >
> > Hello,
> > I've just done this, works like a charm. Use a DefaultTreeModel for
> > your tree, and when it comes time to insert / remove nodes, just use
> > the appropriate methods on DefaultTreeModel. If you are doing this
> > with an ajax tree, you will want to call updateTree(AjaxRequestTarget)...
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Tree-with-add-delete-edit-nodes-tf3866796.html#a10956115
> 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