Are you using ajax calls or submitting and reloading the page each time a button is pressed?
If using ajax calls then you need some javascript to disable/enable the relevant buttons, give them unique ids and call something like onclick="this.disabled=false; otherButtonId.disabled=true" when a button is clicked. If submitting and reloading the page pass a variable to the view which displays the buttons which adds disabled="disabled" to the relevant button. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
