Funny I just posted a question in the devs list about the same getRequest()
issue.

Pablo


On Mon, Sep 20, 2010 at 9:29 PM, Dennis Jacobfeuerborn <
djacobfeuerb...@gmail.com> wrote:

> I'm trying to get the Form stuff working and while I'm reasonably
> successfull I'm not sure I'm doing things the right way.
> The Documentation mentions the following:
> $this->getRequest()->getParameter('customer')
>
> This does not appear to be current anymore. What I replaced it with
> is:
> $this['request']->get('system')
>
> This seems to work as intended but the comment for that function in
> the Request class says you are not supposed to use get() in a
> controller. So what *am* I supposed to use instead?
>
> Regards,
>  Dennis
>
> --
> 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<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
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

Reply via email to