Cannot resolve symbol println
Hi,
I am evaluating IDEA and am working on a simple jsp. The line:
Today is: <% out.println(new java.util.Date()); %>
is showing an error message "Cannot resolve symbol println".
Running Build 701 on Win2K with Tomcat 4.1. I have included in the project classpath all of the Tomcat servlets-* and tomcat-* jar files from the Tomcat directory. I have also closed and reopened the IDE, but the message is still there in the right margin. Any ideas?
Thanks!
Please sign in to leave a comment.