Christopher Lenz wrote: > Bruno Desthuilliers wrote: >> Just one small question: how does genshi works wrt/ the 'fragment' kw >> for render_response() ? > > It's currently ignored. I suspect it doesn't fit well with how > templating is done in Genshi, but then again, I'm not 100% sure I > understand what the fragment parameter is all about. > > If you or someone else can explain the typical use case, maybe I can > say how you'd do it with Genshi. >
Hi Chris. The 'fragment' param disable Mighty's 'template inheritance' system so only the needed fragment is rendered. Typical use cases are AJAX and "composed" views. -- bruno desthuilliers développeur [EMAIL PROTECTED] http://www.modulix.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
