Hi everyone, I've a mobile app in my symfony structure using jquery mobile framework. I've a weird problem and can't find a solution after days spent on the documentation and google. Maybe someone have an idea...
Jquery mobile transforms html urls links and call them in ajax. When a symfony action is called this way, the layout is no longer decorates the template and no javascript is executed. For the layout, I have to add $this->setLayout('layout') in my action but I can't figured a way to authorize script execution in my template. If i call the URL directly without clicking the link in my page rendered by jquery mobile, the layout is of course present and so is executed my script. Do you have an idea ? I remember that we had too set a parameter to true when we called a javascript_remote helper but they no longer exists in symfony 1.4... Any idea could help. Thanks a lot -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en