Remove Excess whitespace from jsp

2006-02-21 Thread Terence M. Bandoian
Hi- There is a short section on white space in the JSP spec which may be helpful. -Terence M. Bandoian >>> >>>Hi, >>> >>>Is there a way to configure tomcat to remove the excess whitespace that is >>>left over when tomcat parses the jsp tags. There is lots of blank lines >>>left over in my html

Re: Remove Excess whitespace from jsp

2006-02-21 Thread Rahul Akolkar
On 2/21/06, Steven Pannell <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to configure tomcat to remove the excess whitespace that is > left over when tomcat parses the jsp tags. Configuring Jasper to trim spaces [1] should help some. If justified, a compaction filter could be introduced as

Remove Excess whitespace from jsp

2006-02-21 Thread Steven Pannell
Hi, Is there a way to configure tomcat to remove the excess whitespace that is left over when tomcat parses the jsp tags. There is lots of blank lines left over in my html were the jsp tags use to be and I want to remove them. sometimes I get stuff like (this is just an example): hello