I use JSP include and from my IDE (IBM RAD 8) I get an error that it can't find variables and that imports can't get resolved but those variables and imports are actually handled in the file that includes the JSP my IDE is complaining about. So is there some setting or likewise that I can use to get rid of this false positive since it is not a compile error that a JSP that is included uses a variable from the page that includes it?
For includes we should be able to set what references the include if the IDE can't find it so that this false error won't appear. How is this setting possible?
Thanks for any help