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

Re: new gnujsp 1.0 snapshot


Hi Paul,

"P. Siegmann" wrote:
>  - what's this __compilerNr for?

It is the version number of the JSP compiler. When the implementation of
the JSP compiler changes, or a new feature is added, this number should
be incremented. That causes the JSP servlet to recompile the jsp page,
thereby using the new features.

Regards, Vincent.