Hi,
I’ve just installed your version 3.8.2 on Eclipse 3.0.1. All my web projects are correctly reimported and run fine.
On some jsp though, I’ve got one or more errors of the following kind :
package javax.servlet does not exist: import javax.servlet.*;.
cannot resolve symbol: symbol : class HttpServletRequest.
package javax.servlet.http does not exist: import javax.servlet.http.*;.
always followed by “No JSP line number was avaliable so line 1 was used for the marker.”
My project classpath correctly refers to the ad hoc library (weblogic). These lines only appear on certain jsp, that don’t differ in my sense from the other ones. Maybe these messages hide some other error in the page, like the “de cannot be resolved or is not a valid superclass” of versions prior to 2.7. Yet I’ve no problem whatsoever running them.
Another thing I noticed, when I use completion code in a jsp for say, declaring a new instance of a class, the jsp editor doesn’t add a <@page import> clause anymore, but writes the fully qualified name of the class instead. Is there a setting for that ?
Thanks for your help
Valerien