i'll look into it later. thanks
it should just be replacing these two lines:
self.text_plain =
turbogears.controllers._process_output(self.dict_args,
self.template_text , 'plain' , None , None , )
self.text_html =
turbogears.controllers._process_output(self.dict_args,
self.template_html , 'html' , None , None , )
if someone can toss me the replacement, so i don't have to read through
turbogears.view, that would be awesome (btw, will tg.view call the
right the plain/html render methods in plugins? i know nothing of them
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---