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.