[Zope] request object not including querystring args

J. Cameron Cooper jccooper at jcameroncooper.com
Mon Jan 26 13:36:08 EST 2004


Justin Robertson wrote:

> Can anyone tell me why the first script is returning None for 
> request.get('argClsRecId')?
>
> Script:
> request = container.REQUEST
> response =  request.RESPONSE
> print request.QUERY_STRING
> print request.get('argClsRecId')
> return printed
>
> Request URL:
> http://localhost:8080/scripts/actAddSubjectReport?argClsRecId=159&argStuRecId=2288 
>
>
> Output:
> argClsRecId=159&argStuRecId=2288
> None

I cannot. In fact, it works for me just fine, the only difference being 
the script name and location.

What are your versions?

          --jcc


-- 
"My point and period will be throughly wrought,
Or well or ill, as this day's battle's fought."





More information about the Zope mailing list