OK, I missed where the line wrapped, too.

A couple of things:
1.  In the working link, you have a parameter called id.  In the non-
working one, you have state_id.
2.  Why are you calling the html helper in your javascript?  Are you
using cake 1.1?  1.2 doesn't have $html->url.
3.  If you do mean to use $html->url, I think you are calling it
wrong.  url takes a cake url ('/mycontroller/mymethod') and turns it
into a url ('http://localhost/mycontroller/mymethod');
4.  When you view the javascript source for your page, what url is
jquery actually calling?  What I mean is, when you view your page and
do a view source, what is the final url that is actually being called
by ajax?  I'm guessing that it's either wrong or has some kind of
formatting error.

On Aug 25, 12:02 pm, Kyle Decot <[EMAIL PROTECTED]> wrote:
> Well I must say that was a stupid mistake on my part but I updated my
> code to include the correct URL and still the same thing is happening.
> Any ideas ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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