I am creating a simple form page with dropdowns that have dependencies
on each other. Let's take the example of countries, states, and
cities. If I have these three dropdowns in my form, changing the
country will change the data in the states and cities dropdown.
Changing the state dropdown will change the data in the cities
dropdown. I know how to do this using AJAX, but how does this fit into
the mach-ii framework? Would the onclick/onchange event on the
dropdowns trigger a mach-ii event? How? location.href? form submit?
How would the event structure be organized? I know this is a common
problem but I'm new to the framework. Any help would be appreciated.

Thanks.

-- 
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/

Reply via email to