From: Pradeepta Swain Date: 2007-12-26T17:38:36+09:00 Subject: How to post form data to a servlet using ruby HI , How can i post form data to a servlet program using ruby .I am using the code req.set_form_data({ 't1' => 'David', 't2' => 'hello' }) where t1 and t2 are names of text field in html page where url = URI.parse('http://localhost:8080/Dev/CookieExample') and CookieExample is the servlet -- Posted via http://www.ruby-forum.com/.