Getting javadoc to work in netbeans for HttpServletRequest
807598Oct 21 2006 — edited Oct 22 2006The pop-up documentation for this class isn't working - I've tried various things, but the IDE still only shows the java.lang.Object documentation (which I guess this inherits) but not the HttpServletRequest stuff.
The include line is: import javax.servlet.http.HttpServletRequest;
I'm using JDK 1.5.0_06 and NetBeans 5.5 (beta 2)
And I'm developing a Tomcat/Velocity web application (if that's relevant)
Any ideas?