Hi. I'm a little disoriented with including one jsp file more than
once.
When I write a code:

<%@ include file ="file1.jsp" %>

...Something...

<%@ include file ="file1.jsp" %>

my Tomcat 3.1 server returns error with a message:
org.apache.jasper.compiler.ParseException: Seen file \file1.jsp
already, maybe this is a recursive include?!

What's interesting, I previously used Inprise 4 and the same code was
ok.
Is it possible to write multiple inclusion of the same jsp file or
should I
change it? Maybe Tomcat has some requirements different from Inprise?

Thanks for help

Michal

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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