I've got an API where I'm wrapping the api controllers into a
APIBaseController class, and then using the __before__() method to
setup some variables, and then using the __after__() method to return
the resulting response.
However, it looks as if I do:
def __after__(self):
return render("/api/apiresponse.xml")
It isn't actually pushing it back as the response to the call. Is this
possible with Pylons?
--
Melih O.
http://www.onvural.net/melih
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en.