[symfony-users] Re: Generate admin form validation

2009-08-21 Thread Gábor Fási
At the very top of the page there's a warning, first line: This chapter describes the way forms were implemented in symfony 1.0. On Fri, Aug 21, 2009 at 10:24, gino pilotinospammm...@gmail.com wrote: It's not that obvious for a new user as in The Definitive Guide to symfony for the 1.2

[symfony-users] Re: Generate admin form validation

2009-08-20 Thread gino pilotino
I had a similar problem. The *real* problem is the fact that this little thing is not mentioned anywhere in the documentation: if you're using symfony 1.2 you MUST activate sfCompat10Plugin to use form validation with yaml files. in config/ProjectConfiguration.class.php:

[symfony-users] Re: Generate admin form validation

2009-08-20 Thread Gábor Fási
Validation with yml files is a symfony 1.0 feature, the 1.2 version has the form framework to do the same stuff, it is kinda obvious that you need to enable the 1.0 compatibility plugin for this feature to work. On Thu, Aug 20, 2009 at 11:00, gino pilotinospammm...@gmail.com wrote: I had a

[symfony-users] Re: Generate admin form validation

2009-08-20 Thread Stefano Sancese
Ok, my fault. I'm so new at symfony that I'm still find my way with it. Grazie Stefano On 20 Ago, 11:00, gino pilotino spammm...@gmail.com wrote: I had a similar problem. The *real* problem is the fact that this little thing is not mentioned anywhere in the documentation: if you're