You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Laurie Harper <la...@holoweb.net> on 2005/11/12 03:44:53 UTC

Re: [OT] AJAX Recursive Tree

Marcio Ghiraldelli wrote:
>     Hello!
>     Just for not reinventing the wheel, does anybody has a simple tutorial or source for an AJAX/Struts recursive tree? 

Not sure what you mean by that, but if you're just looking for a way of 
displaying an expandable tree control in a web page there's tons of 
examples out there. You can take a look at a simple one based on 
Prototype and Scriptaculous here:

     http://www.holoweb.net/laurie/jstree/

It doesn't do any AJAX stuff, though, it expects the complete tree to be 
rendered in the page. Adding support for dynamically loading sub-trees 
via AJAX would be pretty simple, though.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] AJAX Recursive Tree

Posted by Marcio Ghiraldelli <ma...@neobiz.com.br>.
    Yes, that's some what I want.
    Acctually, I am using the tree module from Jenkov's PrizeTags 
(www.jenkov.com/prizetags), it does an excellent job in JSP MVC tree's.
    I think I'm gonna spend some time making some AJAX fun here...

    Seeya


----- Original Message ----- 
From: "Laurie Harper" <la...@holoweb.net>
To: <us...@struts.apache.org>
Sent: Friday, November 11, 2005 11:44 PM
Subject: Re: [OT] AJAX Recursive Tree


> Marcio Ghiraldelli wrote:
>>     Hello!
>>     Just for not reinventing the wheel, does anybody has a simple 
>> tutorial or source for an AJAX/Struts recursive tree?
>
> Not sure what you mean by that, but if you're just looking for a way of 
> displaying an expandable tree control in a web page there's tons of 
> examples out there. You can take a look at a simple one based on Prototype 
> and Scriptaculous here:
>
>     http://www.holoweb.net/laurie/jstree/
>
> It doesn't do any AJAX stuff, though, it expects the complete tree to be 
> rendered in the page. Adding support for dynamically loading sub-trees via 
> AJAX would be pretty simple, though.
>
> L.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org