I assume you are having problems with excessive newlines.  

We end up doing a lot of this type of thing:

<%@ taglib prefix="html" uri="/tags/struts-html"
%><%@ taglib prefix="bean" uri="/tags/struts-bean"
%><%@ taglib prefix="logic" uri="/tags/struts-logic"
%><%@ taglib uri="/tags/struts-tiles" prefix="tiles"%>

Note the positioning of the closing "%>".  That includes the newlines in the
tag and eliminates newlines produced in the HTML.  Do the same for scriplet
tags, custom tags, etc.

Steve

 -----Original Message-----
 From: Mike Whittaker [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 31, 2003 12:21 PM
 To: Struts List
 Subject: white space on jsp compile
 
 
 Is there any way to control it? It seems a little excessive
 
 I'd like to retain it in the JSP, and remove as much as 
 possible in the html
 
 --
 Mike W
 
 
 ---------------------------------------------------------------------
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to