This change was made in the interest of simplifying the notation if
you only wish to set the controller action which the form will POST
to.  So now 'action' literally means action, rather than the action
attribute of the <form /> tag.

On Mar 16, 10:23 am, "GreyCells" <[EMAIL PROTECTED]> wrote:
> For those of us that are using/testing 1.2 bleeding edge, where you
> used to specify:
>
> $form->create('MyModel', array('action'=>'/your/form/action'));
>
> You now need to specify:
>
> $form->create('MyModel', array('action'=>'/your/form/action', 'url'=>'/
> your/form/action'));
>
> to stop your custom action being overwritten.
>
> I think this change happened around r4617, so if all your custom
> routes and auth suddenly fail, check this first :)
>
> I've not created a ticket yet, because FormHelper appears to be
> undergoing some major changes (as you would expect) & is also raising
> a couple of php notices (for undefined 'id' and 'value'). If you'd
> like a ticket, let me know.
>
> ~GreyCells


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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