Re: [Webware-devel] Processing POST and GET fields in wsgikit

2004-12-08 Thread Ian Bicking
Eric Radman wrote: One of my applications is failing under wsgikit because it requires input from both both POST and GET variables in the fields dictionary. This is the test I'm using: from wsgikit.webkit.wkservlet import Page class test(Page): def writeBodyParts(self): self.writeln("""

[Webware-devel] Processing POST and GET fields in wsgikit

2004-12-08 Thread Eric Radman
One of my applications is failing under wsgikit because it requires input from both both POST and GET variables in the fields dictionary. This is the test I'm using: from wsgikit.webkit.wkservlet import Page class test(Page): def writeBodyParts(self): self.writeln("""Request Method:

[Webware-devel] Processing POST and GET fields in wsgikit

2004-12-06 Thread Eric Radman
One of my applications is failing under wsgikit because it requires input from both both POST and GET variables in the fields dictionary. This is the test I'm using: from wsgikit.webkit.wkservlet import Page class test(Page): def writeBodyParts(self): self.writeln("""Request Method: