RE: Form Selection Data Dependencies<http://groups.google.com/group/mach-ii-for-coldfusion/t/da299cf78dfddf1a>
When I did this not long ago (they are called "Chained selects"), I used jQuery and ajax.cfc, and did it completely outside of Mach-II, I had the ajax fire off little cfc's to get the data I wanted, and return it at as a query, where I then manipulated it on the view page, as I recall. I was doing a 4-level chained select that started with on/off campus, then if on-campus: campus, building, room (or state, city, address, if off-campus). I used jQuery to build and run the chained selects, and ajax.cfc to dynamically reload them if a new address was added, so I didn't have to reload the main form to update the chained selects. It worked fine, not as elegant as fully integrated into Mach-II but it was faster and simpler for me. I was using the 1.6 version of Mach-II. I can post more details if need be. Likely there's a better, more "Mach-II way" of doing things, and I'd be interested in hearing about it too , if that's the case. -Ed -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en ***New URLs as of April 29th, 2010*** SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
