Oog. That must be some old cherrypy documentation. The way to do it currently in CP is to set the config entry "stream_response" to True, and to yield from your controller's page handler method rather than returning from it. But you should read http://www.cherrypy.org/wiki/ReturnVsYield if you do so.
Now hopefully nobody will have to come along and tell us why that won't work in TG ;). Robert Brewer System Architect Amor Ministries [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

