Re: JSP pre-compile question

2007-05-23 Thread Tapio Holopainen
ROTECTED]> wrote: I think it might be time to get a profiler on the app. -Original Message- From: Charbel Abdul-Massih [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 18:04 To: Struts Users Mailing List Subject: RE: JSP pre-compile question Again, Thanks for the suggestions... I am runni

RE: JSP pre-compile question

2007-05-23 Thread Al Sutton
I think it might be time to get a profiler on the app. -Original Message- From: Charbel Abdul-Massih [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 18:04 To: Struts Users Mailing List Subject: RE: JSP pre-compile question Again, Thanks for the suggestions... I am running weblogic

RE: JSP pre-compile question

2007-05-23 Thread Charbel Abdul-Massih
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 11:56 AM To: Struts Users Mailing List Subject: Re: JSP pre-compile question It sounds like it's a non-struts issue to me. Try putting the following in the jsp after you draw the form <% response.getWriter().flush(); %> If it comes t

Re: JSP pre-compile question

2007-05-23 Thread Lance
- From: Lance [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 11:22 AM To: Struts Users Mailing List Subject: Re: JSP pre-compile question This might also be because you are not specifying heights (and widths) for images. If you have any other static widths & heights (menu area, header

RE: JSP pre-compile question

2007-05-23 Thread Al Sutton
Have you tried it on the machine running WebLogic (i.e. using localhost) to eliminate any network issues? -Original Message- From: Charbel Abdul-Massih [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 16:32 To: Struts Users Mailing List Subject: RE: JSP pre-compile question Hi guys...Thanks

RE: JSP pre-compile question

2007-05-23 Thread Charbel Abdul-Massih
s, Charbel -Original Message- From: Lance [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 11:22 AM To: Struts Users Mailing List Subject: Re: JSP pre-compile question This might also be because you are not specifying heights (and widths) for images. If you have any other static widths

Re: JSP pre-compile question

2007-05-23 Thread Lance
'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 visibi

RE: JSP pre-compile question

2007-05-23 Thread Al Sutton
al 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 a

RE: JSP pre-compile question

2007-05-23 Thread Al Sutton
.), 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 Strut

JSP pre-compile question

2007-05-23 Thread Charbel Abdul-Massih
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