To get the response from another controller, just call it directly (if you can)
ie, htmlResult = myController.myMethod(arg1, arg2) The @expose() templating effect will take place before you get the result, so you'll get the HTML back. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

