From: Stephen N. <ste...@co...> - 2002-01-26 00:11:17
|
Hi, I would like to write a cgi program using Jython as opposed to Python. I know this has it's disadvantages regarding performance, but it's just something I am playing with. When I submit a form to the Jython CGI program, it fails to get any values (text input) from the form and the cgi.FieldStorage is None. Am I correct in saying cgi.FieldStorage() is not supported? Thanks Stephen Naicken - ste...@co... |