Type guessing in the standalone form component seems completely broken. I
registered a Doctrine form bridge which correctly gets a DoctrineOrmGuesser
instance. Form/FormFactory->loadGuesser() loops over the extensions and
calls getTypeGuesser(), which
Symfony\Bridge\Doctrine\Form\DoctrineOrmExtension does, in fact, define.

The problem is that the Silex FormExtension I'm using also registers the
CoreExtension. But, the CoreExtension does not define any way to get a
TypeGuesser and returns null, from getTypeGuesser() in
AbstractExtension.php. Bad news, because this triggers an exception:

"Expected argument of type Symfony\Component\Form\FormTypeGuesserInterface,
NULL given"

How can I get around this? Am I using the standalone Form component
correctly?

Thanks,
- Michael Gatto

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to