[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: "page extends" problem
Dmitri Maximovich wrote:
> Hi,
>
> We stick with one very strange problem, running gnujsp 1.0 on both our WinNT and Linux boxes.
> Simple JSP pages works just great, no problem at all, but when we start to use <%@ page extends=""%>
> tag we found that that pages does not autorealod by server.
Thanks for helping track this down. I've checked in some changes that fix this problem. You should be able to download
a new snapshot (http://www.klomp.org/gnujsp/snapshot.html) at 1:00AM UTC.
For any who wants to upgrade to the new snapshot, if you have checkclass enabled, you need to blow away the contents of
your scratchdir.
There's an example of the minimum effort required to make a working base class in
org/gjt/jsp/test/TestNonHttpJspPageImpl.java.
Cheers,
Wes