Re: passing variables through multiple wrapped views

2011-01-08 Thread Gabriel Lespérance
Found a work around ; since this has to do more with templating than with views themselves, it actually makes more sense to use zpt macros instead of the wrapper variable. btw, this was concerning pyramid. On Jan 7, 4:46 pm, Gabriel Lespérance wrote: > Hi, > > I am planning to program the templa

passing variables through multiple wrapped views

2011-01-07 Thread Gabriel Lespérance
Hi, I am planning to program the templating portion of my application using multiple wrappers wrapped together. In other words, the current setup has the called view (obtained through hybrid traversal/routing) render its own response which is then passed to the outer view callable that is specif