Hi,
I'm using ServletRequest. getParameter(), but how do I tell the difference a
parameter in the query part of a URL and a posted parameter (e.g. an input
field of a form where method="post").
Is there anything like the PHP equivalent of $_GET[] and $_POST[] which can
differentiate between parameters in a URL and posted parameters.
Thanks very much.
PS. I'm using the J2EE 1.4 API
--
Regards,
Steve
"...which means he created the heaven and the earth... in the DARK! How good
is that?"
I'm using ServletRequest. getParameter(), but how do I tell the difference a
parameter in the query part of a URL and a posted parameter (e.g. an input
field of a form where method="post").
Is there anything like the PHP equivalent of $_GET[] and $_POST[] which can
differentiate between parameters in a URL and posted parameters.
Thanks very much.
PS. I'm using the J2EE 1.4 API
--
Regards,
Steve
"...which means he created the heaven and the earth... in the DARK! How good
is that?"
Comment