Re: Strange Error Tomcat 6
This comes up often and in Netbeans its easy to fix... Tomcat will compile your page at "runtime"... so you get these weird errors the first time the page is hit. But in Netbeans either right click on the page and force a compile... you will see the error, it will take you there and you can
Re: Strange Error Tomcat 6
${sbean.totProgrammi>0} This expression should be ${sbean.totProgrammi gt 0} or ${sbean.totProgrammi > 0} as the '>' character is probably messing up the parsing. --David Davide Manca wrote: HTTP Status 500 -