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

2008-08-20 Thread shannon.patterson
I did come up with a solution. It's not pretty, but it does the trick. Instructions are on the symfony forum, http://www.symfony-project.org/forum/index.php/m/58072/ I'd be interested in seeing other solutions and helping come up with a "best" solution. Cheers, Shannon On Aug 20, 5:08 am, "[

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

2008-08-20 Thread [EMAIL PROTECTED]
I would be interested too.. On Aug 20, 9:15 am, notjosh <[EMAIL PROTECTED]> wrote: > 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?

[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 (inte

[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