> You might try changing the order of these calls to:
>
> HttpSession session = req.getSession(true); // Or false
> res.setContentType("text/html");
> ServletOutputStream outPut = res.getOutputStream();
this is what i do in my Dash framework <http://www.working-dogs.com/dash/>
and it works really well.
-jon
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]