Le 9 sept. 08 à 16:48, CaffeineInc a écrit :

> it does support parameterHolder.. but the way you access it is
> different as context is now a singleton.
>
> sfContext::getInstance->getRequest()->getParameterHolder();
>
> will work the same way.
> or $this->getRequest()->getParamterHolder() from your action.

in sf 1.0, isicsBreadcrumbs was using response parameter in order to  
store the breadcrumbs with action cache.
Since sfRequest parameter holder isn't stored with action, this  
solution will not work (we've already tested it).

But i'm still looking for a way... We've to run into Dustin answer  
(writing his own view class or?).

--
Nicolas CHARLOT
http://www.isics.fr




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