Servlet does not work inside a tag

  • Share
  • Share

Applies to:


Description:
Problem when using servlets inside an SSI.

Cause:
res.getWriter() is used

JAVA-Servlets

  1. admin
    March 9th, 2009 at 18:22 | #1

    Use res.getOutputStream() instead.

  1. No trackbacks yet.