At 12:20 PM 6/19/2001, Thomas wrote:
>There is no way. It is the first command I call in doGet and doPut.

Huh? You have no way of issuing setContentType("text/html");
through HTTPServletResponse in your doGet() method? As in

HTTPServletResponse.setContentType("text/html");


-Tim

Reply via email to