Tuesday, May 1, 2012

Ajax is not working in Cakephp2.1.1

This example is not working

<p id="post">
</p>
<p>
<?php echo $ajax->link(
'View Post',
array( 'controller' => 'ajax', 'action' => 'view', 1 ),
array( 'update' => 'post')
);
?>
</p>

I have included ajax helper in respected controller still it is not
working
It says

Error

The requested address was not found on this server.

Please Help Me..

Thank You

--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: