On 1/12/07, Joseph Tate <[EMAIL PROTECTED]> wrote: > That's the paradigm that I have to have in my application. Almost > every method could be called via GET/POST, JSONRPC or XMLRPC, so the > default paradigm should not be changed so that you have to return > something not-marshalable by json/xmlrpc in order to use significant > features.
Ah, I see your concern. One thing that I've done to help this is to provide all of the widget instances to Kid via a variable provider, rather than in controller's individual methods. I haven't done this with Genshi, so I can't say for sure it works, but would that work for you? -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
