Posting XML to a Struts app ?

2005-03-03 Thread Markku . Luotamo
Hi, In order to post xml content to Struts, such as an .../> 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 tag and the stuff within. The download e.g. GET part would seem easy, compara

Re: file upload, HttpSession content serialization failure, session size

2004-11-16 Thread Markku . Luotamo
- Tried commons-upload newest version 11604 nightly, not compatible with Struts 1.2.4. This is a commons-upload 1.1 development build that seems to be completely refactored. Nice, there seem to be portlet features support coming up. However, there is no specification version mentioned in the manif

file upload, HttpSession content serialization failure, session size

2004-11-16 Thread Markku . Luotamo
Hello - I'm using Struts 1.2.4 HTML form upload to upload files (e.g. FormFile and commons-upload 1.0 bundled with Struts ) In order to keep my app clusterable, I want to keep all HttpSession content serializable. To enforce this in a non-app-server-specific way (and also to get heuristics on se