[symfony-users] Re: Embedded forms. Again...

2008-12-10 Thread [EMAIL PROTECTED]
Hi, Vit228! I found another solution. I tried to make form similar to http://www.rabota.ru/v3_myResume.html?action=create&edit_type=2 . If you are not registered there (I doubt that though :-) - here is little description. There are kinda embedded forms (experience, education etc) - and these form

[symfony-users] Re: Embedded forms. Again...

2008-12-09 Thread Vit228
Got same problem "xxxField required" means form is not valid, I see many id-ref fields in shema, you may not include necessary fields in form-widget-schema, set unused fields to hidden, DONT JUST REMOVE THEM from widget shema This must help, at least helps me. Or contact me by ICQ 24072198 Udachi

[symfony-users] Re: Embedded forms. Again...

2008-12-09 Thread [EMAIL PROTECTED]
I've made population by hand - using setDefault method, but it doesn't seem natural. When I save the form, the empty embedded form returns with errors: "xxxField required"... Just don't get it - why aren't they autopopulated??? On 8 дек, 16:10, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi