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 problems I've run into - JSP tags don't support indeterminate
depth looping, so 
I have to do the tree to string processing for the javascript arrays on
the java side, which forces me to mix logic w/ html (unless someone here
can offer some thing I haven't thought of yet).

The other problem is that the so-called "author support by email" you
get when purchasing a license is next to useless.  The author will
respond, but in all of my cases, it's been something along the lines of
"Oh I'm not sure, try looking at the online examples, and see what you
can do."  Its almost as if he didn't write the source himself.

-tim 

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of sean jones
Sent: Friday, February 13, 2004 1:59 PM
To: [EMAIL PROTECTED]
Subject: corporate hierarchy


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 class avalable to do this also. 

anyone any ideas. 

Thanks Sean


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to