[symfony-users] Escaped Form

2010-08-30 Thread Tomen Meta
I checked out the current PR3 Branch from symfony-sandbox and tried to build a Form with it (since it didnt work for me with PR2). My controller contains a register action: public function registerAction() { $user = new User(); $form = new Form('user', $user,

[symfony-users] Re: The service router does not exist.

2010-08-30 Thread Tomen Meta
This seems to have changed from the tutorial. Try this: ?php echo $view-get('router')-generate('register',array()) ? On 28 Aug., 12:09, Stephan Ebelt s...@shared-files.de wrote: Hello, I am trying to get the sandbox HelloKernel.php file adopted to the latest HEAD of Symfony2 (271b9637). It