Hi all, I generate a form with the doctrine:generate-module command using a very tiny and simple entity (id and name)
Everything works fine, but when I click the save button the Create (New case) or Update (Edit case) actions are never executed. It goes back to the parent action (New or Edit) with all the form field as GET parameters. Why is it not working fine? I try to debbug the code, but I can not find the problem. I have seen the source code generated in the form, and it is calling the right action with POST method, but it is not working. Thanks! Martin -- 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 developers" 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/symfony-devs?hl=en
