Web Module warnings: JSP that points to Servlet
I'm just getting started with J2EE support in IDEA/Irdia. It looks like IDEA is able to do some basic link checking in JSPs in this version?
The problem is that I've created a simple Hello servlet and a very simple JSP. Is IDEA supposed to pick up the servlet mappings to determine if a link is valid? Here is what I have:
Web Interface
Welcome to the web interface
]]>/Hello points to an actual servlet -- yes, the link is valid and this page works as intended. However, IDEA flags the link with a warning, saying "Cannot resolve symbol Hello". I would have filed a bug report but I don't know yet whether or not IDEA is supposed to properly notice links like this yet.
Please sign in to leave a comment.
IDEA will correctly resolve servlet mappings and there is a request for
this.
Jason Winnebeck wrote:
--
Maxim Mossienko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
By request you mean a feature request or bug report? Also you mean that something is already files so I need not file anything?
It's filed, it's in the backlog, I believe it's considered a feature
request.
R