Guest
|
Posted: Tue Jul 22, 2003 12:03 pm Post subject: JTree-Dynamic population of the tree elements |
|
|
Hi All,
Thanks for this wonderful product(Cool JS tree).
But i have a problem.How can i dynamically populate the elements of the tree from my JSP?
(i.e)Based on the values retrieved in my JSP i have to populate my tree.
I cant use some thing like---
var node = [[{node1},"val1","val2"]]
as my node variable contains n number of such nodes whose values are dynamically obtained from the JSP.
Can some one please help me out? |
|