Re: character encoding of a HttpServletRequest

2010-01-10 Thread Jos Snellings
This is not a specific cocoon issue, I believe. It probably has to do with Tomcat 5.5.27. request.setCharacterEncoding simply does not work; it does not change a thing. request.getCharacterEncoding returns nothing. Best, Jos On Sat, 2010-01-09 at 08:01 +0100, Jos Snellings wrote: Hi,

File upload without full form submit.

2010-01-10 Thread Tomek Piechowicz
Hi. I have form with 3 repeaters, one contains standard text input widgets, and the next two contain file upload widgets. User can add file inputs, select files, and press submit button which will submit form and redirect from form page. I would like to add separate submit button to each