Nice Suggestion.
But do understand the effects of replacing a compile time include with a
runtime include.
It might be a little helpful during your production phase but would surely
add a burden of runtime evaluation when you deploy your web application,
specially if your web app doesnot require the use of run time evaluation.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
----- Original Message -----
From: Ashish Shrestha <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 7:13 AM
Subject: Re: PROBLEM-Changes in included pages not updating?
> Hi!
>
> I believe you used the include directive to include a file.
> <%@ include ... %> includes the file and then compiles it
> into servlet. So if you want the changes in the included
> file to be reflected you need to change the date of the main
> file using utilities like touch or making dummy changes as
> you mentioned.
>
> If don't want to do this and want you changes to reflect
> immediately, use
> <jsp:include ....>
>
> Ashish
> --
> a s h i s h @ j d g n p . o r g
> Get Headlines 0.5.2 for free at
> http://headlines.sourceforge.net/
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets