I thought my post when through, I guess it didn't.

You could try an ajax delete from your table. From the server side, in
your controller's delete action, detect the ajax request with the
request handler component and delete the record. Then post back to the
browser a success and you could gray out that table row.

Just a thought, there's tons of info on ajax out there these days. Try
jquery, its pretty easy.

Mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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