Miles J wrote:
> Ajax or use javascript submit().

Thanks, but that's not exactly what I wanted to do.

I want to set the POST Variables in the action method of the controller 
and then use $this->redirect().

e.g. something like

$post['foo'] = "bar";
$this->redirect("http://someurl";);


at http://someurl there then should be set $_POST['foo']



Marcel


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to