Servlet does not work inside a tag
March 9th, 2009
Applies to:
Description:
Problem when using servlets inside an SSI.
Cause:
res.getWriter() is used
Applies to:
Description:
Problem when using servlets inside an SSI.
Cause:
res.getWriter() is used
JAVA-Servlets lrm-00118: syntax error at '=' at the end of input
Use res.getOutputStream() instead.