How to make /lib/foundation/global.jsp known to the IDEA (IntelliJ IDEA)
Hi,
We have a content bundle in our project and quite a few of our project's JSP files are using /lib/foundation/global.jsp. However it is not resovled by the IDE, and hence "<%@include file="/libs/foundation/global.jsp"%>" is marked as error as well as all references to properties, currentStyle, etc.
Is there a way to make it known to the IDEA?
Thanks.