There
is a method in HttpServletRequest class called getMethod() that returns either
post or get or ....
James
Gu
That's a good question. If you guys find
out let me know and I will do the same. I actually have to deal with
that today in a multi-part form. I am not sure, but I think the answer
is by adding struts hidden form fields. I'll let you know later
today.
----- Original Message -----
Sent: Thursday, March 01, 2001 12:05
AM
Subject: POST and GET method
Hi,
Anyone know how to set an action class to
process the POST request only. So that when user try to access www.abc.com/action.do?action=doGET.
It can redirect user to error page. Or put in this way, how do
action class react differently for each doGet and doPost
request?
regards,
Kiat
Kin
|