[symfony-users] Is there any way to set post parameters?

2011-02-23 Thread Javier Garcia
Hi, is there any way to set post parameters? When i submit a form I would like to set a variable (that I give a value dinamically) as a post parameter. Is that possible? sf 1.4 Javi -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

Re: [symfony-users] Is there any way to set post parameters?

2011-02-23 Thread Gergely Csépány
Hi, What about using a hidden input field, set dinamically in the action? Or where do you want to set it? Gergely On Wed, Feb 23, 2011 at 13:07, Javier Garcia tirengar...@gmail.com wrote: Hi, is there any way to set post parameters? When i submit a form I would like to set a variable (that