PopulateTwo Dependent Dropdown Lists

OK, thanks to Yugene, I’ve been able to get a dependent drop down list populated via AJAX from a CActiveForm…

Now, to complicate my life, I need to update a second dependent drop down list from the same field. Example, I need to populate both cities and counties when a state is selected.

What is the best (easiest) way of doing this? I don’t see the AJAX tag in CHtml::listdata as being an array, is there something else?

Thanks!

Like this?

How did I miss that?

Thank you!!