Hi,
 
it problably won't mix anything but the doPost method
will de called and the parameter par1 won't be accesible.
Use instead:
<input type="hidden" name="par1" value="value1">
 
 
----- Original Message -----
Sent: Tuesday, September 28, 1999 4:53 PM
Subject: Mixing post and get requests ?

 
Hi !
 
I'm doing the following:
 
Using a html form with action='servlet?par1=value1
 
At the same time the form does a "post", of ocurse, with the form variables.
 
Now, can this lead to some strange behaviour, i mean, is it ok to mix
a GET and a POST in a single request?
 
Does anyone has experience with this ?
 
Thanx
 
Oliver
 
 
 

Reply via email to