Re: Using render() with Ajax (Cake 1.3.8)

2011-04-14 Thread cricket
On Thu, Apr 14, 2011 at 2:02 PM, Will <000w.s.s@gmail.com> wrote: > Thanks for the response!  Unfortunately that's not quite what I was > looking for.  What I'm trying to do is essentially display the > contents of a view as a result of an Ajax request rather than send > JSON data as a result o

RE: Using render() with Ajax (Cake 1.3.8)

2011-04-14 Thread Krissy Masters
it HTH K -Original Message- From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Will Sent: Thursday, April 14, 2011 3:32 PM To: CakePHP Subject: Re: Using render() with Ajax (Cake 1.3.8) Thanks for the response! Unfortunately that's not quite what I w

Re: Using render() with Ajax (Cake 1.3.8)

2011-04-14 Thread Will
Thanks for the response! Unfortunately that's not quite what I was looking for. What I'm trying to do is essentially display the contents of a view as a result of an Ajax request rather than send JSON data as a result of a controller function (which is what the blog article was talking about). M

Re: Using render() with Ajax (Cake 1.3.8)

2011-04-14 Thread thatsgreat2345
Do this http://www.sanisoft.com/blog/2010/10/25/cakephp-sending-json-data-in-response/ On Apr 13, 11:29 am, Will <000w.s.s@gmail.com> wrote: > Hi all, > > I'm brand new to CakePHP, so forgive me if this is a silly question, > but I have been having trouble understanding how render() is suppose

Using render() with Ajax (Cake 1.3.8)

2011-04-13 Thread Will
Hi all, I'm brand new to CakePHP, so forgive me if this is a silly question, but I have been having trouble understanding how render() is supposed to work with Ajax calls. Right now I am trying to implement a calendar that has a load bar that disappears once all the scheduling data for a particul