Here it is:
I have two fields(country and city) on the page that are ZendX_JQuery_Form_Element_AutoComplete. They fetch data from a database - the country field from the country table and the city field from the city table. I'd like to have the city field to depend on the choice of the country in the country field.
What is the most elegant way to implement that?
I read a lot on the net like:
http://zend-framework-community.634137.n4.nabble.com/How-to-Zend-Dojo-Form-Dependent-Selects-e-g-Country-City-td663650.htmlI really hope that there is a nicer/simpler solution.
Thanks