##this block is in my index function : json_gotten = simplejson.load(json_data) redirect(URL('mathworksheet')) #redirect(URL(r=request,f='manageJSON',args=json_gotten))
return dict(passedin=json_gotten) ## then i have this def mathworksheet(): return dict(message=T('Hello World'), number_of_problems=json_gotten["number_of_problems"], questions=json_gotten["questions"]) and i get an error that json_gotten is not defined?? so help