Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-15 Thread Insight Media Tech
Guess mail2forum would be an interesting alternative because as far as i know there is already a plugin for phpbb3. I however agree that the community should not be split, at least not by creating 2 mailing lists. More than that, if fabien thinks that this is the best way, we should be supportive a

Re: [symfony-users] [Symfony2] Injecting routes with parameters into javascript

2011-03-28 Thread Insight Media Tech
why don't you pass to the route an id of 0(assuming the id is an index/incremental value), and from the generated route e.g. /user/0 replace the last part in javascript. you would need only some kind of checking in the action for the zero id. hope it somehow helps. 2011/3/27 Dennis Jacobfeuerborn