RE: JSP size optimizations

2002-02-19 Thread Alex Paransky
Hopefully, you are using the dynamic include and not the static include, right? -AP_ -Original Message- From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 9:30 AM To: Struts Users Mailing List Cc: Nilesh R Gohel Subject: JSP size optimizations We are

RE: JSP size optimizations

2002-02-19 Thread Dave J Dandeneau
We are using the %@ include file= % tag and not jsp:include ...param/param/jsp:include. dave -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 1:17 PM To: Struts Users Mailing List Cc: Nilesh R Gohel Subject: RE: JSP size optimizations

Re: JSP size optimizations

2002-02-19 Thread Mark Woon
it inline). -Mark -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 1:17 PM To: Struts Users Mailing List Cc: Nilesh R Gohel Subject: RE: JSP size optimizations Hopefully, you are using the dynamic include and not the static

RE: JSP size optimizations

2002-02-19 Thread Dave J Dandeneau
Actually we have it the other way around... we are using jsp:include not @ include% dave -Original Message- From: Dave J Dandeneau Sent: Tuesday, February 19, 2002 2:56 PM To: Struts Users Mailing List Subject: RE: JSP size optimizations We are using the %@ include file= % tag

RE: JSP size optimizations

2002-02-19 Thread Thinh Doan
Have you tried this? %@ page buffer=500kb autoFlush=false % Thinh -Original Message- From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:02 PM To: Struts Users Mailing List Subject: RE: JSP size optimizations Actually we have it the other way around