Hello I have a problem when I set a link with the method generate (); I am in a view and I have a link like: <a href = "<? Php echo $ view->router-> generate ('test', array ('id' => $ id ))?>" > link </ a>
This link is defined in the routing with: test: Pattern: / test /: id defaults: (_bundle: IndexBundle, _controller: index, _action: displaytest) And, in the index controller's function IS defined like this: public function displaytest () ( this return-> render ('IndexBundle: search: test'); ) When the page appears, I have no error symfony, but in the source code, tag <a href=""> link</ a> is empty; If you had a solution, or that you understand the problem, I'm interested in it; Thank you very much; PS: Sorry for English mistakes; -- 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