Capture POST data

Is it possible to capture data posted from a Web Form?? I mean when data in the form on a webpage is send via POST method and not GET method. Can it be captured!

I think you have posted your question in the wrong forum.

If you are using JSP try using request.getParameter method to capture