Martin, you were spot on! For my submit buttons I was adding a method: 'post' parameter and for all other links I wasn't.
Turns out that ModalBox will carry apply GET as default (if no method parameter specified) but once you do specify a method it will continue to use it. Now that I added method: 'get' to all other links my modal window is working as required. Thanks for your help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
