On 1/5/07, maskkkk <[EMAIL PROTECTED]> wrote:
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/
I agree, Unobtrusive JavaScript is the best way to build Ajax-based websites. It's also called "Hijax". http://domscripting.com/presentations/xtech2006/ I learned a lot about it attending a talk by Mike Stenhouse (the same guy that developed the CSS Framework that AppFuse uses). http://raibledesigns.com/page/rd?entry=tse_building_modern_web_applications Speaking of CSS, I did recently fix all the stylesheets to work with IE 7 in the 2.0 branch: http://issues.appfuse.org/browse/APF-542?page=com.cenqua.fisheye.jira:fisheye-tabpanel Matt
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]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
