RE: corporate hierarchy

2004-02-16 Thread chekuri raju
PROTECTED] Sent: 13 February 2004 21:08 To: Struts Users Mailing List Subject: Re: corporate hierarchy On Friday 13 February 2004 19:59, sean jones wrote: Is there any struts tricks or tips that would help display an orgranizational tree i have a 17 level tree that i want to represent as a tree

RE: corporate hierarchy

2004-02-15 Thread McCormack, Chris
help etc mail me off list. Chris -Original Message- From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Sent: 13 February 2004 21:08 To: Struts Users Mailing List Subject: Re: corporate hierarchy On Friday 13 February 2004 19:59, sean jones wrote: Is there any struts tricks or tips

RE: corporate hierarchy

2004-02-13 Thread Tim Kettering
I've had good success using the javascript functionality found at www.treeview.net - it works with every browser I've tested, and is pretty customizable. And it cost me $30 for commercial use, so its definitely a lot cheaper than investing developer time into a homegrown solution. Two slight

Re: corporate hierarchy

2004-02-13 Thread Jeff Kyser
Recursion via the nested tags works grand - for the best code samples and a tutorial to boot, go to www.keyboardmonkey.com its all standard struts stuff... -jeff On Friday, February 13, 2004, at 12:59 PM, sean jones wrote: Is there any struts tricks or tips that would help display an

Re: corporate hierarchy

2004-02-13 Thread Christian Bollmeyer
On Friday 13 February 2004 19:59, sean jones wrote: Is there any struts tricks or tips that would help display an orgranizational tree i have a 17 level tree that i want to represent as a tree on a jsp page. i want to use +, - images to expand and collapse the tree. is there a java