Fabien Potencier schrieb:
> The clean values are only available from the main form object. The 
> embedded forms are not bound and do not validate the values directly. 
> Everything is done by the main form.

I understood this. The problem is that saving the propel object 
afterwards fails exactly because the _main_ form receives the wrong data:

500 | Internal Server Error | PropelException
Error parsing date/time value: array (
'hour' => '20',
'minute' => '00',
) [wrapped: DateTime::__construct() expects parameter 1 to be string, 
array given]

Since I don't touch the data anywhere after the binding process this 
just shouldn't occur.

I'll try to set up an example to reproduce this using the latest sandbox 
package.

David

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

Reply via email to