Problem resolving standard jsp objects on 6.0.2
Hi,
I just upgraded from 5.1.2 to 6.0.2 and during the upgrade it imported my settings from the previous version.
I now have the problem that the standard objects in the jsp (out, session etc) are not recognised in the editor.
I presume this is a problem somewhere in the settings, but can't work out where. Under "Project Structure"->"Web Module Settings" the Deployment Descriptor is correct and the settings under Web Resource Directories are correct.
The rest of the auto-complete functions seem to work ok (i.e. <jsp: etc) it seems to be the standard objects which are not seen.
Can anyone help?
请先登录再写评论。
If you're referring to Java classes in scriptlet block you may be missing
the servlet-api.jar dependency.
Yes, that was it - while the import created the libraries it didn't link them as a dependency. Many thanks.
Fixed, thanks.