Re: nullpointer when precompile jsp with tag

2003-07-01 Thread Johann Uhrmann
Hong Fan wrote: [...] The interesting thing is that these same jsps run with no problem on tomcat, i.e. tomcat will precompile/compile them at run time and they work fine Does anyone know whats going on? How can I get Ant to do the precompile. I have encountered the very same problem here.

Re: nullpointer when precompile jsp with tag

2003-07-01 Thread Johann Uhrmann
Hi, I have a hint on that issue: The jasper compiler crashes if the TLD contains a variable-section. In my case, commenting out the following section from my TLD made jasper run without any errors: variable name-from-attributevar/name-from-attribute