Have you ever tried to treat the HTML as CDATA?

Like that:
out.print("<ajax-response><response type=\"object\"
    id=\"myresponse\"><myresponsedata><![CDATA[");

request.getRequestDispatcher("/jsp/MyJSP.jsp").include(request,
    response);

out.print("]]></myresponsedata></response></ajax-response>");
out.close();

This will not solve your logging problem, but maybe the root cause of your troubles ;-)

Guido


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to