Link to home
Start Free TrialLog in
Avatar of raysee
raysee

asked on

Tree table

Hello

I need to show my data as a tree table with some jsp tag in my spring web application...

does any one knows any source where I can get such a tag ?

thank you.
ASKER CERTIFIED SOLUTION
Avatar of Javatm
Javatm
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of raysee
raysee

ASKER

thank you

but I need a tag which provides collapsing and opening of treetable .. is ti possbile in JSP ?
It is just a table tag if you need it to be collapsable you have to use another tag such as TreeTag;
http://www.jenkov.com/prizetags/introduction.tmpl#tree
Avatar of raysee

ASKER

ya but with these prize tags can we mix tables and trees ?

because I want a table with tree functionality exactly like treetable of swing ?

is it possible with prizetags ?

do you have any example for implementation ?

thank you Javatm...
Avatar of raysee

ASKER

I found Apache MyFaces Project ... they have exactly what I wanted ... clear tree table but the links you have provided were also useful ...

http://myfaces.apache.org/

thank you bye