Title: Include file in Jsp -recompile issue
gotcha,
I was referring to RequestDispatcher.include
 
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
----- Original Message -----
Sent: Tuesday, February 06, 2001 5:06 PM
Subject: RE: Include file in Jsp -recompile issue

No, the @include file= is done at compile time, and Srini is correct, only the top level jsp pages get time checked, not the included ones.
-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 7:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Include file in Jsp -recompile issue

Isn't the include a statement that gets executed during runtime.so if a sub page is changed, there is no need to recompile the main page. because the include will be dynamically executed.
 
Filip
 
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
----- Original Message -----
Sent: Tuesday, February 06, 2001 4:38 PM
Subject: Include file in Jsp -recompile issue


I have Jsp files which include other jsps.
If the included jsp is changed Tomcat doesn't recompile the main jsp
unless i go and touch the main jsp file.
Is this a bug or is this configurable or am i just wrong ??

Srini

Reply via email to