[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: problems with <%@include directive
At 08:40 AM 1/22/00 -0800, you wrote:
>does gnujsp 1.0 support the <%@include...%> directive to include external
files
>in jsp files? i am having some problems getting it 2 work. i was wondering if
>any1 else has had any problems with it before i pull my sleeves up and start
>debugging =)
>
>tia ~
>--
>Nimret Sandhu
>nimret@lightmail.com
>http://nimret.penguinpowered.com
>
i've never had any troubles with it (except for that pesky bug where if you
update an included file, and run the page that includes it, it wont
recompile the newly updated file)
are you using <%@ include file="/whatever/whatever.jsp"%> ?