Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Hello, I have a hierarchically organized data object which I need to display. The user may edit some of its attributes. I figured it must be a tree like structure with editable nodes. Is there an easy way to do this in Struts 1.x? I'm not very good at writing JavaScript code. :o( Has anybody

RE: Howto Construct Editable Tree

2007-03-19 Thread Sarr, Nathan
: Howto Construct Editable Tree Hello, I have a hierarchically organized data object which I need to display. The user may edit some of its attributes. I figured it must be a tree like structure with editable nodes. Is there an easy way to do this in Struts 1.x? I'm not very good at writing JavaScript

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Hi, Looks good - can you edit the nodes? Cheers, Pete -Ursprüngliche Nachricht- Von: Sarr, Nathan [mailto:[EMAIL PROTECTED] Gesendet: Montag, 19. März 2007 15:09 An: Struts Users Mailing List Betreff: RE: Howto Construct Editable Tree Hi Pete, You might want to try http

Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
want to try http://www.jenkov.com/prizetags/introduction.tmpl They have a tree tag that I have found very useful. Best, -Nate -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 9:43 AM To: user@struts.apache.org Subject: Howto Construct Editable

RE: Howto Construct Editable Tree

2007-03-19 Thread Sarr, Nathan
] Sent: Monday, March 19, 2007 10:18 AM To: 'Struts Users Mailing List' Subject: AW: Howto Construct Editable Tree Hi, Looks good - can you edit the nodes? Cheers, Pete -Ursprüngliche Nachricht- Von: Sarr, Nathan [mailto:[EMAIL PROTECTED] Gesendet: Montag, 19. März 2007 15:09

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Mailing List Betreff: Re: Howto Construct Editable Tree Hi, you can see http://jscontrolstags.sourceforge.net/ too. There is treeview tag based on tafeltree (javascript treeview), prototype and scriptaculous. You have demo at http://jscontrolstags.sourceforge.net/demo/treeview/treeview.html (AJAX

Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
own app? :o) Cheers, Pete -Ursprüngliche Nachricht- Von: Angelo zerr [mailto:[EMAIL PROTECTED] Gesendet: Montag, 19. März 2007 15:19 An: Struts Users Mailing List Betreff: Re: Howto Construct Editable Tree Hi, you can see http://jscontrolstags.sourceforge.net/ too. There is treeview

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Sorry, I overlooked it. Thanks for the hint. -Pete -Ursprüngliche Nachricht- Von: Angelo zerr [mailto:[EMAIL PROTECTED] Gesendet: Montag, 19. März 2007 15:39 An: Struts Users Mailing List Betreff: Re: Howto Construct Editable Tree Hi pete, have you read http

Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
Mailing List Betreff: Re: Howto Construct Editable Tree Hi pete, have you read http://jscontrolstags.sourceforge.net/controls/treeview/treeview.htmldocum entation ? Regards Angelo 2007/3/19, Peter Neu [EMAIL PROTECTED]: Hi, I just deployed the jscontrolstags war. This looks good