http://groups.google.com/group/cake-php/browse_thread/thread/e51e10b1b1cb3224/7c079137faa9259e?lnk=gst&q=autocomplete&rnum=1#7c079137faa9259e
In terms of not getting a clue to what is going on, here's what I did:
In firefox, I found it useful to use The "Miscellaneous->Show
Hidden Elements" in the web developer toolbar. Even after all of this,
I had some SQL errors. This kept the Div Element set to hidden, even
though it was populated with some SQL text that I needed to see.
Showing the Hidden elements let me know that the autocomplete was
working, which felt frickin great.
Gregg
On 7/22/06, bingo <[EMAIL PROTECTED]> wrote:
Hi Nate,
I tried changing to Author/last_name...but it is not helping...
I also tried firebug to determine error. But the debugger is not
showing any error.
Do you think the structure of library might affect. I am using
following structure
- app
- webroot
-js
- prototype
- prototype.js
- scriptaculous
- scriptaculous.js
and in the auto.thtml I am using
<?php
echo $_javascript_->link('prototype/prototype');
echo $_javascript_->link('scriptaculous/scriptaculous');
?>
I am not getting any clue of what is causing the problem...Is there any
demo
Regards,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- Re: AJAX Autocomplete silently failing Gregg Larson
- Re: AJAX Autocomplete silently failing jonathan
