Chris Withers wrote:

> Hi :-)
> 
> Can anyone tell me why this URL:
> 
> http://localhost:8080/mymethod?edit
> 
> ...doesn't result in:
> 
> REQUEST['edit']=None

try http://localhost:8080/mymethod?edit=

Look in lib/python/ZPublisher/cgi.py if you want to change the way it works.

You might also want to see the CGI specification:

   http://hoohoo.ncsa.uiuc.edu/cgi/

--
Steve Alexander
Software Engineer
Cat-Box limited
http://www.cat-box.net


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to