[Zope-dev] Arguments without values

Chris Withers chrisw@nipltd.com
Fri, 19 Jan 2001 09:32:18 +0000


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