Maybe
you should use getInputStream or getWriter instead of the HttpServletRequest parameter methods. That would mean you have to parse the data stream yourself and you might have to do it in a
servlet rather than a JSP.
I would expect error messages to appear in the log files if the parameter methods fail to cope.
Bill
[ May 22, 2005: Message edited by: William Brogden ]