Kasper G wrote:
> On 31 Mar., 22:09, "Mohammad Ali Safari"<[EMAIL PROTECTED]>
> wrote:
>    
>> You probably want to use flash 
>> instead:http://www.symfony-project.org/book/1_0/06-Inside-the-Controller-Laye...
>>
>>      
>
> Using flash is essentially storing the value in the session with the
> added convenience of automated cleanup. It still seems like a hack to
> me. We do not have to use the session to pass values to a component -
> why should this be required when sending a mail?
>    

You can use the request's paramater holder with your own namespace....

Have you looked at sf1.1 btw? the dispatcher could do what you want 
pretty easily :)

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to