I'm having some trouble parsing form data in a JSP page.

I'm using this code:

Hashtable ht = HttpUtils.parsePostData( request.getContentLength(),
request.getInputStream() );

The result is always a Hashtable with a size of zero, even though there
should be data in the form.

I posted the form with <form method="POST" action="myPage.jsp">. Can anyone
spot what I'm doing wrong? Thanks.


Reply via email to