1120 getting worse on jsp includes Follow
on release 1120 if you include a jsp by say
<%@ include file="IssueAction.jsp"%>
the file is not seen; in 1113 it saw the file, but only if it is present in a configured web module; this is tolerable (though it was better in 3.0.5, as then it was seen always). But the real problem is that (both in 1113 and 1120) if you define a class inside IssueAction.jsp, this is not seen in the including page. This works fine in 3.0.5
9707 is related but different. I was unable to find this issue in the tracker, if no one finds I will add it.
Please sign in to leave a comment.
Pietro Polsinelli wrote:
Does this issue is still relevant after fixing resolve for classes
declared in includes?
IK
--
Igor Kuralenok
Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
1126 is a little better: the include files are fixed; it still doesn't see the classes defined in the included files, though.
hey,
you've marked
http://www.intellij.net/tracker/idea/viewSCR?publicId=27957
as "fixed", but the class defined in the included jsp file ain't seen either in version 1128 nor 1131 :(
1136 really fixed it; thanks !