It's the newline between "%>" and "<%" that is causing you problems (not
to mention the design of your page, but that's a different matter).  If
you do things like:

    ... <%ns:tagname stuff="value"
%><%ns:nothertag morestuff="morevalue"
%><%...

Then you will reduce the newlines in your output.  This gets annoying to
read, however.

-----Original Message-----
From: Pranay Parsatwar [mailto:[EMAIL PROTECTED] 

We are facing problem of jsp file size exceeding to more than 5 MB at
runtime. The jsp file is full of struts tag with lot many logic:equal,
notEqual in the code. The compiled html when generated takes a lot of
time for browser rendering because of the file size. Looking at the html
source generated it seems the tags generates lots of blank line were
ever used. If the source is modified to remove all the blank lines, the
size reduces to 2 mb.

I would appreciate any help on this issue.

Thanks in advance.

Regards
Pranay Parsatwar 
MphasiS India
2nd Floor,, The Leela Business Park
Andheri Kurla Road,
Andheri (East)
Mumbai - 400 059
Tel: (91)-22-56777777
 <http://www.mphasis.com/> http://www.mphasis.com/

 


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

Reply via email to