Hi Raj, This is surely a bad idea, but as a workaround it could be helpful:
You could add fictive subnodes (ex with label: "loading...") in the closed nodes. In the onload event, just call in ajax mode a load for each 'fictive' node to get its parent real content. This can be embedded in a componenent to avoid manual coding each time. I didn't try that but I hope the idea helps. Regards, Zied 2008/2/14, Raj .G. Narasimhan <[EMAIL PROTECTED]>: > > Thanks..Helmut!... > > Guys..Do any of you have similar request...? ... > > On Thu, Feb 14, 2008 at 5:46 AM, Helmut Swaczinna < > [EMAIL PROTECTED]> wrote: > > > Hi Raj, > > > > I think there's no chance. Maybe with the new tree implementation in > > tobago sandbox... > > > > Regards > > Helmut > > > > > > ----- Original Message ----- > > *From:* Raj .G. Narasimhan <[EMAIL PROTECTED]> > > *To:* MyFaces Discussion <[email protected]> > > *Sent:* Thursday, February 14, 2008 1:36 AM > > *Subject:* [Tobago] Intercepting TreeExpansion event > > > > > > Hi: > > > > I am wondering, is there any way to intercept TreeExpansion event, in > > Tobago API. My requirement is like this. As the tree, in my case, has > > around 500 nodes, and each node has three levels of children, it takes more > > than 30sec to load. So, I am thinking to add children nodes, whenever > > during tree expansion event (some TreeExpansionListnener-like > > implementation). > > > > Appreciate, any ideas, in this regard.... > > > > -- > > Thanks, > > > > Raj .G. Narasimhan > > > > > > > -- > Thanks, > > Raj .G. Narasimhan -- Zied Hamdi www.into-i.fr (previously in 2003) zatreex.sf.net

