> > I submit a web page containing a form, thereby
> > creating a POST request. This POST request contains no
> > query parameters.
I think you are getting confused by the fact that there is no
distintion between GET and POST when dealing with parameters.  The
way it works is that parameters are all values submitted by the
request, regardless of method.  If two variables with the same name
come in two different methods, the POST variable will override the
GET variable.

So if you run getParameters, you will get all the GET and POST
parameters submitted by the request, intermingled.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, <[EMAIL PROTECTED]>
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Rumour has it that bad dreams about Windows can be ended by 
putting on a pair of Tux slippers and clicking your heels 
together 3 times while saying. 
"There's no place like /home." 
"There's no place like /home." 
"There's no place like /home."
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

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

Reply via email to