| 
    John Mudd 
    mudd at vex.net
        Sun Mar 28 17:51:01 EST 2004 
 I'm trying my first form... In my python handle I write a form via the request object. Is there any way at that point to have the form displayed and get responses via util.FieldStorage? Or do I just return after writing the form and wait for the handler to be called again, recognize the state of the client (via a cookie value) and then get responses via util.FieldStorage? John 
  |