Somnath Mallick wrote:POST sends the data as a part of the message body. That's what i know!
what data ? its includes form data , all fields in the form are submitted to the action called. Its done automatically during form submission.
As said in above post , use request.getParameter() to get values for the submitted data.