Aidan wrote:
> I submit a web page containing a form, thereby
> creating a POST request. This POST request contains no
> query parameters.

Why do you say that the request contains no query parameters?  If you're
submitting a form, and the form contains elements such as <input type="text"
name="description"> then there *will* be request parameters.  The only
exception is un-checked checkboxes, which are not considered "successful"
form elements and do not make it into the request.

Struts has nothing to do with populating the HttpRequest, but it does
populate the Form bean with the values it finds there.  I'm not sure exactly
where, but the Servlet container must be creating the HttpRequest object and
populating it with the info it parses out of the request coming in from the
browser.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to