I have $ajax->observeField() working on one of the fields in our
searchbox. The new view sent back to the browser is being displayed.

Well, almost ... there is a teensy problem.

The new fields sent back to the browser (after the observeField is
triggered), only display when cake's debug level=2 (go figure!?). I
thought perhaps they are being coaxed out in some way together with
the sql statements which are appearing in the save div of the
searchbox, along with the new fields.

So, when debug=0, neither the sql statements, nor the new fields,
appear. When debug=2 both the sql statments and the new fields appear
in the searchbox.

The problem occurs on both ie6 and ff.

Any idea why the debug level might be influencing things?

Any ideas on whether/how firebug can help debug this?

(fyi - using cake 1.1.13, prototype 1.5.1)

Thanks.


--~--~---------~--~----~------------~-------~--~----~
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