i forgot
echo $form->input('id', array('type'=>'hidden'));
in my view. so everytime a new page was generated!
i do always use
$this->show($id);
$this->render("show");
after edit and it works fine! i am using cake for 3 years now and
never had problems with this method.
i think its faster than redirecting cause you already had the
dispatcher run and everything in cache!!
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment