Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
39 > An: Struts Users 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 <[E

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

Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
n your 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.

AW: Howto Construct Editable Tree

2007-03-19 Thread Peter Neu
Struts Users 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://jscontrolst

RE: Howto Construct Editable Tree

2007-03-19 Thread Sarr, Nathan
ECTED] 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,

Re: Howto Construct Editable Tree

2007-03-19 Thread Angelo zerr
Pete, You might 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 Constru

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

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 JavaS

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 do