Re: debugging tag syntax problems

2007-08-16 Thread Laszlo Borsos
I use Eclipse and it does not validate for example OGNL. Is there really no means to see the exception raised by JSP compiler? kuvera > Idea validates tag syntax, and I'm sure other IDEs have this > functionality too. > > Oleg --

Re: debugging tag syntax problems

2007-08-16 Thread Oleg Mikheev
Laszlo Borsos wrote: When I have a syntax error in a tag, I get an "Unable to load class for JSP" / ClassNotFoundException, as the JSP file does not get translated and compiled. But Tomcat 6 logs don't show the original exception, that would refer to the problem. How can it be logged? Syntax er

debugging tag syntax problems

2007-08-16 Thread Laszlo Borsos
When I have a syntax error in a tag, I get an "Unable to load class for JSP" / ClassNotFoundException, as the JSP file does not get translated and compiled. But Tomcat 6 logs don't show the original exception, that would refer to the problem. How can it be logged? kuvera -