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

Dawid Pacholczyk dpacholczyk at gmail.com
Fri Sep 16 22:39:08 CEST 2011


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