That's it, I just created everything I needed for my small application, thanks to the tutorial. But, wait, at the end of it they say I should use the admin generator for the backend. But then the beauty of having comment directly addable from the post form is not explained here. Hence I tried to implement it by learning about the administration generator in the documentation, but somehow it's now working. Besides, the only example that's relevant to my problem is badly implemented, i.e. it creates a new Comment and *saves* it (!!!) even before the user has got a chance to edit it. I realized it because I couldn't get past the user clicking on that button and then triggering a horrible error page, meaning that in case of errors the comment is going to be there too.
I want to get back to the basic CRUD generator!!! But somehow I just feel like it isn't right... Am I going to be able to secure it like the admin generator backend? What do people do, really? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
