On Mar 11, 11:52 am, Danny Lieberman <onlyj...@gmail.com> wrote:
> This doesn't work
> I have an edit method and a fu method - both do database saves.  BUT
> the cake automagic stuff always sends the user back to the edit method
> after fu save operation - this looks like a bug

Assumptions + monologues are ace, you might want to discuss things on
#cakephp rather than use the group for brain dumps ;).

The default form action (which obviously, you can change - check the
book) has always been add/edit depending on whether you have no model
data loaded or not. Which given your description means your controller/
fu form is posting to controller/edit.

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

Reply via email to