As far as I know, you have to: use Symfony\Components\Form\Form;
and etc: use Symfony\Components\Form\TextField; use Symfony\Components\Form\PasswordField; use Symfony\Components\Form\RepeatedField; On Aug 9, 7:32 am, roydon <[email protected]> wrote: > hai. > > playing with form framework as described in documentation(guides/ > form). but i got error like this : > > Fatal error: Class 'Application\HelloBundle\Controller\Form' not found > in /var/www/symfony/src/Application/HelloBundle/Controller/ > HelloController.php on line 28 > > i'm embedded the customer example given in the form documentation, in > hellocontroller. > > what am i missing? -- 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 [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-users?hl=en
