Hi! I've just read through the sfForm book, and found it to be mostly very informative. Good work!
However, I have encountered two issues. One of them has already been mentioned elsewhere, but has not been answered. This is regarding uploading of files. When updating an object which already has stored values for filename, the stored value is erased unless I upload the files again. Is there a way to avoid this? Also, I have a problem with storing unchecked checkboxes. In my database, the field is TINYINT(1) NOT NULL, when trying to save a record with an empty checkbox I get the following error: "Unable to execute UPDATE statement. [wrapped: Could not execute update [Native Error: Column 'is_live' cannot be null] ". I can avoid this problem by not using NOT NULL on the column, but that's obviously not preferable. Any suggestions? -gunnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---