> I'm finally sick of all the unwanted carriage returns created by 
> tiles and struts tags.
> I searched the archives and found this trick:
> 
> <logic:iterate
> ><tr><td><bean:write /></td></tr
> ></logic:iterate>
> 
> but it doesn't fix everything, especially comments.
> 
> Has anyone else gotten sick of this and came up with a quick 
> and clean solution?

We use a filter that removes white-space from html, css, and javascript
output.   It's pretty straight forward, but there are a few caveats.
For instance, it probably shouldn't remove extra white-space inside of a
<pre>.  

This is a clean solution, configuration-wise. 


- Dave

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

Reply via email to