On 4/30/06, Brian Hook <[EMAIL PROTECTED]> wrote: > FWIW, I figured this out -- I was returning an empty string, which > apparently was overriding things. ISTR that with 0.8 that you could return > an empty string and the template would still be processed.
The docs have always said that returning a string will render that string directly to the browser. I definitely used this feature in the first 'Hello World' example in the (not yet finished) Rapid Web Application with TurboGears book. But I don't recall testing with an empty string... --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

