[FLOW3-general] Problem with passing argument in redirect()

David Schoen david-schoen at gmx.de
Fri Sep 16 23:40:39 CEST 2011


Hello Dawid,

I tried your code and it works for me (except that there is a typo in 
the forward: "notoficationEmail").

I tested forward and redirect, both work for me with your code (copy/paste).

I'm using the beta2. Maybe you just need to clear the cache or something 
like that :)

Greetings,
David


Am 16.09.11 22:39, schrieb Dawid Pacholczyk:
> Hello List,
> I want to use redirect with params
>
> $this->forward('notoficationEmail', 'user', null, array('email' =>
> 'test'));
>
>
> /**
> * Sends a notification email with user data
> *
> * @param string email
> * @return void
> */
> public function notificationEmailAction($email) {
>
> But I still get Exception that tells me that the argument is missing.
> Whats wrong ?
>
> Best regards,
> Dawid Pacholczyk



More information about the FLOW3-general mailing list