Hi all,
I'm facing a strangeness in cake 2.0

Using a filter form, which work well on "normal" post, if (with jquery) I bind the form.submit() with something like /$.post( form.attr('action'), form.serialize(), function(data){ $("#restable").html( $("#restable", data).html() ) } );/ which should post the form data and render the returned html substituting the #restable inner html. (This was working with 1.3)
in 2.0 I get:


   Missing Controller

*Error: * /Controller/ could not be found.

*Error: * Create the class /Controller/ below in file: app/Controller/Controller.php

<?php
class Controller extends AppController {

}

Any suggestion?

Thanks in advance,
Luca

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

Reply via email to