Re: [S2] Tree lazy loading

2007-05-06 Thread Petit Pas De Lune
Ok. I'm going to load Struts 2.1 and work on it. Thanks a lot. PPDL. On 5/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Following up on this: https://issues.apache.org/struts/browse/WW-1910 implemented for 2.1 musachy On 5/5/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > I'm planni

Re: [S2] Tree lazy loading

2007-05-06 Thread Musachy Barroso
Following up on this: https://issues.apache.org/struts/browse/WW-1910 implemented for 2.1 musachy On 5/5/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: I'm planning to implement this next week. musachy On 5/5/07, Petit Pas De Lune <[EMAIL PROTECTED] > wrote: > > On 5/3/07, Musachy Barroso

Re: [S2] Tree lazy loading

2007-05-05 Thread Musachy Barroso
I'm planning to implement this next week. musachy On 5/5/07, Petit Pas De Lune <[EMAIL PROTECTED]> wrote: On 5/3/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > That dynamic. I don't think the tree supports that, although it wouldn't > be > hard to implement, using the collaped topics (head

Re: [S2] Tree lazy loading

2007-05-05 Thread Petit Pas De Lune
On 5/3/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: That dynamic. I don't think the tree supports that, although it wouldn't be hard to implement, using the collaped topics (heads up, the notification topics were broken in 2.0.6), and adding the nodes "by hand", It was my idea, but i'm stuc

Re: [S2] Tree lazy loading

2007-05-03 Thread Musachy Barroso
That dynamic. I don't think the tree supports that, although it wouldn't be hard to implement, using the collaped topics (heads up, the notification topics were broken in 2.0.6), and adding the nodes "by hand", http://willcode4beer.com/ware.jsp?set=dojoRpcTree musachy On 5/3/07, Petit Pas De Lu

Re: [S2] Tree lazy loading

2007-05-03 Thread Petit Pas De Lune
On 5/3/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Did you take a look at showcase? I think there is an example there. musachy Yes I did. But in the dynamic tree example, tree is loaded as a whole thing. I'm trying to implement a dynamic tree where only the subtree first level is loaded w

Re: [S2] Tree lazy loading

2007-05-03 Thread Musachy Barroso
Did you take a look at showcase? I think there is an example there. musachy On 5/3/07, Petit Pas De Lune <[EMAIL PROTECTED]> wrote: Hello. Is it possible (and how) to have lazy loading with tag? Just want to load subtree when user expand a node. Thanks. PPDL -- "Hey you! Would you he

[S2] Tree lazy loading

2007-05-03 Thread Petit Pas De Lune
Hello. Is it possible (and how) to have lazy loading with tag? Just want to load subtree when user expand a node. Thanks. PPDL