Re: $ajax->submit() not writing script tag inside ajax called view

2007-10-24 Thread Corie

Cool extension, but it still doesn't show the 

Re: $ajax->submit() not writing script tag inside ajax called view

2007-10-24 Thread Chris Hartjes

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



Re: $ajax->submit() not writing script tag inside ajax called view

2007-10-24 Thread Corie

Okay, I just figured out that it is writing the 

Re: $ajax->submit() not writing script tag inside ajax called view

2007-10-23 Thread corie

Oh and also, using $ajax->form() will work fine in this case, but I
don't want to use it because it uses a deprecated $html method and I
want to be able to submit to different locations depending on the
button clicked.

On Oct 23, 1:42 pm, corie <[EMAIL PROTECTED]> wrote:
> I'm having a strange issue with $ajax->submit() not writing the
> 

$ajax->submit() not writing script tag inside ajax called view

2007-10-23 Thread corie

I'm having a strange issue with $ajax->submit() not writing the