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

Reply via email to