[symfony-users] Re: FormSchemaFormatter - access to validator schema

2009-06-02 Thread Steve the Canuck
Thanks so much! I'll take a look at these. Cheers, Steve On May 28, 7:29 pm, wik w...@osmonitoring.com wrote: Did you seen this one?http://dark-it.blogspot.com/2009/01/symfony-mark-fields-as-required-p... Supposed to use custom base class. I had similar circumstances a while ago and also

[symfony-users] Re: FormSchemaFormatter - access to validator schema

2009-06-02 Thread Steve the Canuck
These articles were very useful. I went through them though and I think there is a better way to do this than to override symfony classes. I created the following: BaseWidgetFormSchemaFormatterRequired: This formatter has the validator schema as a property and my formatters all extend this

[symfony-users] Re: FormSchemaFormatter - access to validator schema

2009-05-28 Thread wik
Did you seen this one? http://dark-it.blogspot.com/2009/01/symfony-mark-fields-as-required-part-2.html Supposed to use custom base class. I had similar circumstances a while ago and also was going about to override symfony class which sets the formatter. But has limited time and above solution