Thanks, I will try that later. As a C convert I am not used to all of these fun goodies yet. One question I do have. I pulled the json data struct out of a Key in **kwargs because cherrypy threw an error saying unexpected keword arg when i tried postFunc(self, jsonarg)
Any way I can get that to simply apply to a standard arg or assign a different key to it for a keyword arg and use it as the value? thanks Rick

