In ASP, there\'s request.form and request.queryString attributes, but in Java. It seems like we have only one collection, which can be accessed via
request.form
request.queryString
Why don't you start with checking for query string parameters, if you see none, asume a post and then dig out the form variables?