<meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Hi there,<br><br>I would like to know if there is a possibility to remove the blank lines left behind by JSP directives within a template.<br>
<br>I use Tomcat 5.5 and JSP 2.0 and therefore can not use <br><br><%@ page trimDirectiveWhitespaces="true" %><br><br>within my template.<br><br>I tried to use the init-parameter within my tomcat web.xml<br>
<br><init-param><br><param-name>trimSpaces</param-name><br><param-value>true</param-value><br></init-param><br><br>But I does not work because the file extension of my generated file is *.html I guess.<br>
<br>Any help is really appreciated!<br><br>Cheers!<br><font color="#888888">Robert</font></span>