[symfony-users] Symfony 2 : Validate Doctrine ArrayCollection

2011-01-25 Thread Donald
I am trying to validate a collection using the @validation:Valid() annotation, but it does not work with Doctrine 2's ArrayCollection class. I first attempted to extend it and create a ValidArrayCollection class, but I was told that ArrayCollection shouldn't be extended, and that I should put my

Re: [symfony-users] Symfony 2 : Validate Doctrine ArrayCollection

2011-01-25 Thread Bernhard Schussek
2011/1/25 Donald chekot...@gmail.com: I am trying to validate a collection using the @validation:Valid() annotation, but it does not work with Doctrine 2's ArrayCollection class. You are currently hitting a small case that's not supported yet, sorry. It'll be done :) Bernhard -- Software