News Feed
Jobs Feed
Sections




News Archive
FinalConcept.com.au:
Symfony Unbound sfForm Unexpected extra form field named
June 29, 2010 @ 11:13:21

In a recent post to the FinalConcept blog there's a helpful hint for Symfony developers looking to be rid of a pesky "unexpected form field" error that might pop up - finxing it with a validator.

In this use case we have an exiting model that describes an Article. We want to be able edit the Article and have the option to send and email to an address defined in a text box. However we don't want the email field to be bound to the form and we dont want to add the email address to the Article.

The trick is to add a validator to the form's definition (like a normal field) but to include a "sfValidatorPass" into the validatorSchema and it'll skip right over it. You can find out more about Symfony forms on the Symfony project website.

0 comments voice your opinion now!
symfony form error unbound sfform


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Overloaded properties (__get)

DevShed: Developing a Form Validation System with the Observer Pattern in PHP

Symfony Project: Larger compatibility (magic_quotes_gpc)

Dan Scott's Blog: File_MARC and Structure_Linked_List: new alpha releases

PHPMaster.com: Error Logging with MongoDB and Analog


Community Events











Don't see your event here?
Let us know!


framework usergroup release opinion conference series community phpunit development functional language testing podcast symfony2 rest example zendframework2 introduction database interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework