Would an Ajax delete work for you? When you click the link for delete,
you can send the delete via Ajax and the user will not have to leave
the page. On the server side, just detect the Ajax request within the
controller's delete action and remove the appropriate record. If
correctly deleted, your response back to the client would be success,
and then you could gray out the row that was deleted.

Check out jquery.com and of course, google. This kind of stuff is
pretty simple these days.

Mike

--~--~---------~--~----~------------~-------~--~----~
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