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 specified by the 'wrapper' variable on the config.add_view call. My question is the following : if I have a variable, say 'title', that is computed in the 1st view that is needed in the outer wrapper, how can I pass this from the view callable to the wrapper's template. Thanks ! Gabriel -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.