Cool extension, but it still doesn't show the <script> tags when
called through ajax.

I figured out my problem. I was using a custom helper extension to
create ajax submit buttons, but I had forgot to include the following:

if (!isset($options['with']))
{
        $options['with'] = 'Form.serialize(Event.element(event).form)';
}

Works perfectly now.

On Oct 24, 11:03 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 10/24/07, Corie <[EMAIL PROTECTED]> wrote:
>
>
>
> > Any ideas what i'm doing wrong?
>
> No, but have you tried using FireBug in FireFox to debug your Ajax
> stuff?  Best debugging tool I've ever used for figuring out problems
> with Ajax-related stuff.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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