'ello,

Using code from the Guide to easily update objects from the request  
like so:

       $object->fromArray($this->getRequest()->getParameterHolder()- 
 >getAll(), BasePeer::TYPE_FIELDNAME);
       $object->save();

This seems to have problems with object_checkbox_tag() fields, in the  
sense that they do not appear in the parameter holder at all when  
they are not checked.  Is this the desired behaviour?  My edit  
operation will never set boolean fields to false this way as they are  
ignored and left on true.

Perhaps I am missing something?

Cheers,


Alexander

--~--~---------~--~----~------------~-------~--~----~
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