I am new to Yii and Ajax and I am experimenting with the Dependent Dropdown cookbook example. I've gotten it so that the POST happens, but comes back with a 405 Method not allowed.
I looked at those links, but I think I am too new to this all to understand how they can help me. Are you saying that there is some change I need to make to IIS to allow the POST to go through to YII?
I don't know where should be written the actionDynamiccities() method. I have a form for customer, for example, in this I have country dropdown, state dropdown and city dropdown, what do I need to add to the city model &/or controller, what in state, and what in country. In the form I have CHtml::activeDropDownList($customer,'laboraladdress_idcountry'… is this ok to have the $customer, why is not here? Do you have a clear example with what should be added on the (user/create) view what in the controller, and what in the model/s.