I'm not aware of any problems with <jsp:include>.  There
was a bug in older versions where relative includes were
relative to the top page rather than the current page.
For example, page "a.jsp" includes "inc/b.jsp" and "b.jsp"
includes "c.jsp".  "c.jsp" should be located relative
to "b.jsp".  Older versions would locate it relative to
"a.jsp".  I can't tell if "doesn't work" refers to the
absence of this bug.

Larry

> -----Original Message-----
> From: Keller, Dirk 2385 EXT GCS-NP
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 04, 2001 4:05 AM
> To: '[EMAIL PROTECTED]'
> Subject: <jsp:include> problem
> 
> 
> Are there any problems in using jakarta-tomcat-3.2.1 and the 
> <jsp:include>
> statement ?
> 
> The <jsp:include> statement, running well on older versions, 
> doesn't work on
> jakarta-tomcat-3.2.1 with jdk 1.2.2.  There is no according 
> code segment
> within the JAVA-file generated by the JSP-engine.
> 
> Regards, 
> 
> Dirk Keller
> 

Reply via email to