P.S. If you're considering pre-compiling, the only thing you'll loose is the lag for the first time the page is displayed, every time after the first time you view a page almost all servlet engines will use the version which was compiled for the first page request.
-----Original Message----- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 16:06 To: 'Struts Users Mailing List' Subject: RE: JSP pre-compile question The short answer is no because this is how the browser receives the data about the page, and pretty much all browsers display the data as soon as they can after get it. There are things you can do to reduce the visibility of this to the user (smaller tables and div areas, smaller pages, etc.), but there isn't anything you can do about how the browser receives the data and chooses to render it. -----Original Message----- From: Charbel Abdul-Massih [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 15:59 To: user@struts.apache.org Subject: JSP pre-compile question Hi, I am evaluating Struts 2.0, and I'm using tiles pluging with it... When my pages render in the browser, they seem to render top down, with a slight delay in rendering...meaning the top of the page renders first, then the rest of the page renders gradually, until you see the full page...Is there a way to change this and have it render without the delay??? Thanks, Charbel --------------------------------------------------------------------- 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]