From: James McCarthy Date: 2005-10-19T23:06:35+09:00 Subject: WEBrick & forms using post Im trying to write a webrick servlet to process a html form. Im using the post method to send, NOT get (in the html form). I have require 'cgi' in my servlet. But I keep getting: Method not allowed unsupported method 'post' Any ways to get around this or am I doing something wrong? -- My Blog: http://27degrees.blogspot.com