http://book.cakephp.org/1.3/view/1358/AJAX
-- 2012/5/1 AD7six <andydawson76@gmail.com>
On Tuesday, 1 May 2012 14:10:28 UTC+2, Ankit Patel wrote: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 YouWhy are you repeating the same question as your previous (undetailed thread)?AD--
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
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:
Post a Comment