[symfony-users] Re: 1.1: Automatically denote required fields in form

2008-08-20 Thread notjosh
Hm, I managed a solution. Not very elegant, but not *too* bad either. I'll show you if you're still in need..? Josh On Aug 20, 1:02 pm, notjosh [EMAIL PROTECTED] wrote: Did you figure it out? I'm looking at it now, and it looks way harder than I'd have hoped.. The form schema is

[symfony-users] Re: 1.1: Automatically denote required fields in form

2008-08-19 Thread notjosh
Did you figure it out? I'm looking at it now, and it looks way harder than I'd have hoped.. The form schema is (intentionally) separate from the validator, and it's the validator that defines what's required or not. The form schema only (sometimes) gets the error schema that the validator schema