include directive or include action are now make the same effect ?

2004-12-11 Thread Altug B. Altintas
I thing in the new versions of Tomcat these below to code %@ include file=time.html % jsp:include page=time.html flush=true/ make the same effect. When i make changes in time.html; i always see the main page uptodate whether using include directive or include action spec changed ?

Re: include directive or include action are now make the same effect ?

2004-12-11 Thread Tim Funk
No. The newer version of tomcat looks for changes in %@ include file % and recompiles on demand. -Tim Altug B. Altintas wrote: I thing in the new versions of Tomcat these below to code %@ include file=time.html % jsp:include page=time.html flush=true/ make the same effect. When i make changes