Ok, so I added some logging to the AutocompleteComponent to see what
was going on.  It looks like the Ajax on the front end is working fine.
 It's sending back the value of the field which is then getting used in
findAll().  Here is my log entries:

06-11-18 07:56:41 Debug: Instantiating AutocompleteComponent
06-11-18 07:56:41 Debug: AutocompleteComponent: Finding All using:
UsersController->User->findAll(Array
(
    [User.theme] => LIKE %V%
)
).
06-11-18 07:56:42 Debug: Instantiating AutocompleteComponent
06-11-18 07:56:42 Debug: AutocompleteComponent: Finding All using:
UsersController->User->findAll(Array
(
    [User.theme] => LIKE %Vt%
)
).
06-11-18 07:56:42 Debug: Instantiating AutocompleteComponent
06-11-18 07:56:42 Debug: AutocompleteComponent: Finding All using:
UsersController->User->findAll(Array
(
    [User.theme] => LIKE %Vte%
)
).
06-11-18 07:56:43 Debug: Instantiating AutocompleteComponent
06-11-18 07:56:43 Debug: AutocompleteComponent: Finding All using:
UsersController->User->findAll(Array
(
    [User.theme] => LIKE %Vtes%
)
).

Ok, so what isn't working is the back end.  For some reason, it's not
sending the request back to the browser for it to use.  Anywhere.  So
again, what am I missing?  It seems as if everything is set up
correctly, at least so far as how it was described in the article.
What am I missing?

thnx,
Christoph


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