Add the onClick event to your buttons, like this: <input type="submit" class="search_channel_button" name="Notice/actionEdit" value="Edit" onClick="this.form.action='/edit/notice/edit';" /> <input type="submit" class="search_channel_button" name="Notice/actionDelete" value="Delete" onClick="this.form.action='/edit/notice/delete';"/>
This changes the target action for the form before it gets submitted. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
