Yansheng Lin wrote:

Yeah, but he is putting that as "href" in a link.  If it's in a onclick
event, I would let it pass:).  Ask the OP to see if he fixed it.

Cheers

-Yan

-----Original Message-----
From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: May 6, 2004 10:10
To: Tomcat Users List
Subject: RE: Form method always a get.




???

He says that the error was the same when using submit buttons
and you say he should use it.

AFAIK your explanation is wrong.
If you submit a form with javascript (even if triggered by a link)
it uses (should use ?) the method type that is given in the form.


-----Original Message-----
From: Yansheng Lin [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 5:52 PM
To: 'Tomcat Users List'
Subject: RE: Form method always a get.

As per previous post, use a submit button. You are using links, that's why
your servlet thinks it's a "GET". Is button out of question for you?


-----Original Message-----
From: Adam Gruszynski [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 1:13 PM
To: Tomcat Users List
Subject: RE: Form method always a get.


Did that already with the same result. I do use netbeans... I don't know if
that makes a difference.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



I haven't seen the original post, but the user can use his access log and determine if a GET or POST was actually submitted to the server or not. If it is actually a GET then it is OT for this list and should be taken up with the browser project or manufacturer.


Wade




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to