Assuming all the buttons are submit buttons, then just take a look in the parameters that are available in the action. See what is inside the variable $this->params, that should give you a clue on how to solve your issue. Enjoy, John
On May 18, 3:43 pm, Master Ram <[email protected]> wrote: > hi.. am an new to cakePHP, > > i have 3 buttons in one form. with different funtion. > 1. add > 2. delete > 3. upadt > > how to use these buttons in one form. > > i used "isset" but not working > > please give any sample code. > > thank u > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > 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 > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
