All the Js helper code does is define the javascript, yes. If your entire page is truly reloading then the javascript isn't being executed, simple as that. Make sure your buffer outputs in the <head>, that JS is turned on, and that your ajax request is successful (check the network tab on Chrome's developer tools). Also check for javascript errors in the console that may be breaking JS.
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
