Re: Tomcat 6 trimDirectiveWhitespaces

2007-05-14 Thread Rashmi Rubdi
You're welcome. It may be a good idea to file a bug, because Tomcat 6.0.10 supports JSP 2.1 and trimDirectiveWhitespaces is a new feature in JSP 2.1 , it is supposed to work. I've personally tried Ant's RegEx to compress the white spaces in HTML, JS and other files, I've also heard that it is po

Re: Tomcat 6 trimDirectiveWhitespaces

2007-05-11 Thread Rashmi Rubdi
On 5/11/07, Milanez, Marcus <[EMAIL PROTECTED]> wrote: Hi, Do I need something else besides declaring <%@ page trimDirectiveWhitespaces="false" %> to have my page's white spaces trimmed? This directive doesn't seem to work at all... You are right it doesn't seem to work on Tomcat 6.0.10, well