Hi all,

I just started working with the ajax helper, but I'm running into a
problem. I've three select boxes, le't's call them foo, bar and baz.
I've set up observers to update bar when foo changes and to update baz
when bar changes. However, if bar changes due to a change in foo, baz
doesn't change accordingly. When I set up an observer to change baz
when foo gets updated and pass in the value of bar, baz gets updated,
but with the old value of bar as a parameter. I think that the request
is sent when bar isn't changed yet.

How could I solve this problem?

Bram
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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