I posted an issue im having with nested forms in the form.

Could somebody please take a look. I really need this.

http://www.symfony-project.org/forum/index.php/m/65061/#msg_65061

I tried the example with propel:generate-module and inserted embeded
fields seperatly.

Not like

<?php echo $form['desc'] ?>


but like:

<?php echo $form['desc']['make'] ?>
<?php echo $form['desc']['model'] ?>
...


When I create new form the embeded fields are saved, but when I try to
change and save again, the make, model.. fields are not saved.

With:

<?php echo $form['desc'] ?>

it works ok?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to