[symfony-users] Re: link_to + parameter - my parameters get overridden

2009-07-23 Thread Eno
On Thu, 23 Jul 2009, mlu...@gmail.com wrote: > showcategory: > url: /category/:slug/:page > param: { module: gamelists, action: category, slug: action, page: > 1 } > ... > > A corrresponding url look like > /category/dress-up/1 > > The call to link_top looks like this: > link_to("dress-up

[symfony-users] Re: link_to + parameter - my parameters get overridden

2009-07-24 Thread mlu...@gmail.com
Hi! Problem is solved. I have nested partial calls and I forgot to use $sf_data->getRaw() in the parameter array for the nested call. regards, Michael http://www.kineticarm.com http://www.dikeytus.com http://www.lueftenegger.at On 23 Jul., 20:08, Eno wrote: > On Thu, 23 Jul 2009, mlu...@