On 9/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Frank W. Zammetti wrote: > > Further, I'm almost positive if you were to simply do a GET to an Action > > mapping with XMLHttpRequest, assuming the parameters you include in the > > query string match what would be POSTed from a form, it should work the > > same (never tried that... anyone else know differently?). > > Correct, Struts makes no distinction between GET and POST requests > (other than transparently doing the extra request parsing for a POST).
What do you mean by "extra request parsing for a POST"? Pulling parameters from request body instead of the parsing URL from the header? About POST and GET: if I am not mistaken, user agent is required to ask for confirmation if result of POST is reloaded. On the other hand, I am not sure that this is the spec requirement, maybe not, need to verify. The sure difference is that redirecting from POST to POST requires confirmation, while redirecting from POST to GET - does not. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]