19 Jan
2001
19 Jan
'01
9:32 a.m.
Hi :-) Can anyone tell me why this URL: http://localhost:8080/mymethod?edit ...doesn't result in: REQUEST['edit']=None ...which is what I'd expect. What actually happens is that edit doesn't appear in REQUEST at all :-( Where should I look to fix this? cheers, Chris
19 Jan
19 Jan
9:56 a.m.
New subject: [Zope-dev] Arguments without values
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
9231
Age (days ago)
9231
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Steve Alexander