> Your problem stems from (A) you can't call > response.getOutputStream > after you call response.getWriter and (B) all JSPs call > response.getWriter > before they start executing your code. Move the code to a > servlet and you > will be fine.
If you want to see more details about what Randy is talking about here take a look at the java file generated from you jsp and it will explain it more. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
