Nicolas CHARLOT a écrit :

I've got a component that displays differents things depending on response parameters.

I'm looking to implement a filter, but where must I specify arguments that cache have to consider ?
I have to pass a parameter between from action to many components.

So, I'm using response parameter holder to store the param. Perhaps that's my error ?

The only way I founded at moment is to pass the params to the helper :
<?php include_component('myModule', '_myComponent', array('param1' => $sf_context->getResponse()->getParameter('param1'),
                                                          'param2' => $sf_context->getResponse()->getParameter('param2'))) ?>


--~--~---------~--~----~------------~-------~--~----~
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