Thanks
Dennis
example:
@expose()
def search(self,**kw):
cherrypy.response.headers['Content-Type'] = 'text/javascript'
return "{ rows: [[ IMG( { src: '...' } ), 'other text data'], [ etc...
]] }"
It's ugly but it works for now.
Any suggestions on how to accomplish a similar thing without hacking
the response?