Hi, In order to post xml content to Struts, such as an <XML>.../> string from an IE data island JavaScript component, what kind of custom extensions to Struts do I need, if any? The request content would consist of the mere <XML> tag and the stuff within. The download e.g. GET part would seem easy, comparable to your usual file download from an Action, but how about upload (POST) ?
For browser-independent operation, I do have an existing "standard" implementation using html:file . //markku --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]