I actually built one of these once...
it was AJax based, would load up the tree from a DWR
(http://getahead.ltd.uk/dwr) backend (which is built into appfuse by the
way, although I've never used it in appfuse).  Used alot of JS code to pull
it off.  There are probably libraries out there that will make it easier at
this point.  DWR isn't hard to use, but there are some security problems
with AJax, just thought you should be aware of that.  Also if you get a
Javascript logger (http://alistapart.com/articles/jslogging) it won't be
easy to install but it will be worth your while when you develop.  

Oh, and without a doubt read Unobtrusive Javascript
http://onlinetools.org/articles/unobtrusivejavascript/

Thanks, 

  Andrew J. Leer


Travers Snyman wrote:
> 
> Hi,
> 
> I have a project where I need an expandable treelist to represent
> relationships between tables. My project uses Appfuse 1.9.4 with spring
> hibernate struts.My relationships are of the form
> parent->child->grandchild. I was thinking of using a ListMenu to
> represent tree nodes but it looks like my struts action classes and java
> scripts will become way too complex. I will appreciate any pointers to
> solve this problem.
> 
>  
> 
> Thanks 
> 
>  
> 
> Travers
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Building-expandable-treelist-with-Appfuse-tf2925190s2369.html#a8178724
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to