As this is an AJAX request you are interfacing with the DOM and as
such it does not matter whether the element to be updated was built
with a view or element.  As long as you have the link/observer calling
a new instance of ajax.updater and have set it to update the required
element id then all should be happy.  Your refreshSearchElement action
needs a /home/refresh_search_element.ctp view and if you are using the
RequestHandler component  Cake should do all the rest for you.

Have you got FireBug installed? If so what POST and Response data does
it show for the ajax request?
--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to