Hi,
I'am experimenting with the blog tutorial from cookbook in the cakephp
1.2.0.6311
I tried to change the tutorial controller to a scaffolded one in
posts_controller.php:

<?php
class NotesController extends AppController
{
        var $scaffold;

}
?>

Everything is working fine up to the moment when I submit an edited
post. Then the browser is redirected to a page with only an unstyled
message about the sql queries performed and nothing more. The html
code of this page is missing even the <html> tag. To return to the
list I've to press several times the back button.

I'd expect some message saying the post was updated with link back to
the list.

I guess the obtained behavior is a bug or I'm doing something wrong?
Thanks

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to