You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbo...@googlegroups.com
Any
suggestions on how to imitate the functionality of the following in a
controller? I'm trying to create the body of an HTML email from the
output of a controller/template combo.
from turbogears import testutil
testutil.createRequest("/projectBill/1")
cpResponse = response.body[0]
Tim Black
Richard Clark
unread,
Jul 25, 2007, 8:14:44 PM7/25/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
To get the response from another controller, just call it directly (if you can)