Arggh ... same problem when using redirect! 1. Open my modal window which runs 'index' action
2. Click on 'Add' link which runs 'add' action and displays the form 3. Fill in and submit the form which runs 'add' action, saves the data and redirects to 'index' action 4. Click on 'Add' link which runs 'add' action but $this->data is populated with step 3's posted data so adds this data again and redirects to 'index' I shall go and start annoying my neighbours by banging my head against this wall again! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
