7274 - JSP problem resolving variables in included files

Starting in 7274 (or maybe 7269), I am seeing a problem in JSP files which inherit variables by including another JSP. (See picture). I have some variables pf, login, and platform which are defined in GlobalCode.jsp which is included. Before IDEA would resolve these fine; Now they are marked red.

I haven't changed anything with the project/module configuration, so it looks like
a regression.

Has anyone else seen this problem?

Thanks,
-Alex



Attachment(s):
7274_jsp_resolve_included_variables.png
0
1 comment
Avatar
Permanently deleted user

FYI The issue was fixed in 7294. This was the Jira:

IDEA is unable to locate tags from a namespace which is declared in the JSP page
http://www.jetbrains.net/jira/browse/IDEADEV-21235

So now all my variables that are defined inside JSP files/fragments referenced by include directive are now resolved correctly again.

But now I'm having a weird problem with inspections parse in JSP. Will post separately on that.

0

Please sign in to leave a comment.