Please provide more details for us to consider! For a starter I think
the following would be necessary:
The code that returns data for your ajax call.
The code of the view in which the dropdown data is to be used.

Enjoy,
   John


On Jun 16, 2:55 am, Ed Propsner <[email protected]> wrote:
> My last post was a bit misleading ... The way I should have stated it is
> that using array_merge() and unset()
> I was able to structure the array the way that I want it in the controller
> action for the search results so it's not throwing
> an error, but it is still showing in the url as >>
> country=Chile&data[Search][region]= . The results page has a custom sort
> so when the data is sorted the url changes back to >> country=Chile&region=
> . I had to alter the controller, view, and a few elements
> to account for the difference and to keep it from giving an error.
>
> What I would like to do is have $this->params array arrive at the controller
> already formatted the way I want instead of me
> having to manipulate the array once it get's there.
[snip]

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
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/cake-php?hl=en

Reply via email to