No, in this case the mime type is not application/x-www-form-urlencoded and not sent w/ KVP from a form. The body of the POST is all content.

--john


Roger Varley wrote:
On Wednesday 07 January 2009 17:58:48 John Cartwright wrote:
Hello All,

Is there a best practice for using the body of a POST request w/in an
action?  The request is not key/value pairs but a blob of XML.  Before I
dropped back to using a traditional HTTPServletRequest approach, I'd see
if there was a better way in S2.

Forgive me if I'm being dense, but won't you still have a single key/value pair where key will be "something" and the value is your XML blob?
Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to