[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: include directive


minor corrections to my previous message:

Primož Hrvatin wrote:
> 
> I have such situation:
> 
> /first.jsp:
> <%@ include file="dir/second.jsp" %>

actually is:
<%@ include file="second.jsp" %>

and then in second.jsp:

<%@ include file="dir/third.jsp" %>

everything else is the same:
> 
> /dir/second.jsp:
> <%
> if (somecondition) {
> %>

...

> 
> If I remove the /dir prefix in second.jsp, it works.
> 
It's third.jsp and it DOESN'T work. Now I use GNUJSP 1.0.0, and it works
fine.

Please respond to my email.


Primoz