Hi
I'm reading Beginning
JSP 2.0 from Wrox Press and I'm stuck. I can't get the new Expression Language to work. I've got J2SE 1.4,
Tomcat 5 Beta on Windows 2000. JAVA_HOME, CATALINA_HOME, CLASSPATH and PATH set as per the book.
Sometimes the EL just shows up as literal text eg: ${something} in the HTML output.
Sometimes I get the following error message:
org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: The system cannot find the path specified
Help appreciated
Charlie