Re: Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Alvaro Martinez
lt;[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 9:50 AM Subject: Problem!! TreeView [Struts-Layout] I am making a dynamic tree by getting the data from some webservices and hence populating the tree. But I do not want to load the entire tree at one go... instead I want to load the children

RE: Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Saurabh Bobde
-Saurabh -Original Message- From: Tushar Kharbanda [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 1:20 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Problem!! TreeView [Struts-Layout] I am making a dynamic tree by getting the data from some webservices and hence popul

Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Tushar Kharbanda
I am making a dynamic tree by getting the data from some webservices and hence populating the tree. But I do not want to load the entire tree at one go... instead I want to load the children only if the parent is clicked upon... i.e. clicked on the (+) icon next to the Tree Node Now the p