vote up 1 vote down star

I am declaring a namespace and binding it in a jsp file. i then include this JSP file in other files. however, the JSP file that contains this include complains that the namespace is not bound. Is there a way I can get intellij to intelligently understand that there is a file that is included and the namespace is bound in that file?

Here is the include chain

-Files that are not showing the namespace. <%@ include file="/common/include-jstl.jsp" %>

-/common/include-jstl.jsp <%@ include file="/w/common/include-jstl.jsp" %>

-/w/common/include-jstl.jsp is a file that is in an included jar and this is the file has the c name space defined.

flag

1 Answer

vote up 0 vote down

IntelliJ should recognize this. Can you tell me how you:

  • import the JSP file
  • and how you declared the namespace?
link|flag
This is how i include the jsp file that already declared the c namespace. -Files that are not showing the namespace. <%@ include file="/common/include-jstl.jsp" %> -/common/include-jstl.jsp <%@ include file="/w/common/include-jstl.jsp" %> -/w/common/include-jstl.jsp is a file that is in an included jar and this file has the c name space defined. – Shaun F Sep 22 at 1:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.