try using $request->setAttribute("key", "value");

Then use forward.

On 17 Jan 2009, at 23:06, Tristan wrote:

>
> Hi,
>
> From a given action (module/action1), I would like to post parameters
> for another action as target (module/action2).
>
> I'm not at ease to make distinction between forward & redirect. I
> tried both. I tried, from action1, to modify the current request
> (clear parameter holder + set method POST + set parameter + forward/
> redirect), but it's not working ...
>
> Do you have any hint ?
>
> Tristan
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to