What you'd *think* would be easy to find on google, sometimes just isn't.
I simply need to know if I can somehow retrieve POST form values (in a
servlet) that were sent by a
JSP.
JSP POST Form -> Servlet (display values submitted) -> redirect to another page.
I can't figure out how to get the servlet to understand POST values that the form sent it...the value is always 'null'.
I understand doGet and doPost and I'm following every tutorial I can find but it isn't working.
Here is the form value in "form.jsp":
...this form submits to ContactUs, which is a servlet: