On Wed, 2006-01-11 at 23:06 -0800, Vasumathi wrote:
> 
>    after running the web application, when i see the source of that
> page, 
> there are lots and lots of space between each line.
> what is the reason for that, anyone can help me plz.
> i not used any &nbsb in that jsp page... 

It's per jsp spec, whitespace is retained, and i think (if memory serves
right) that tags are converted to whitespace. 

You can turn on gzip compression in the servlet container to compress
output to reduce page download time.

-- 
Torgeir Veimo <[EMAIL PROTECTED]>


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

Reply via email to