JSTL source navigation not working
Hi,
I have a Maven project with multiple modules. The maven web module has reference to the jar module. The JSTL source navigation is not working for me
eg home.jsp.
<input type="hidden" name="<c:out value='${pageBean.userId}'/>" value="">
When I do a CTRL + CLICK on 'userId' it does not scroll for me to the source code of that PageBean.java
Is this feature supported in IntelliJ.
I was using eclipse and it does not work in eclipse so I turned to IntelliJ, but alas it seems to not be working.
My friends suggested it works so I tried out IntelliJ. Am I missing something here ?
Thanks in advance.
Please sign in to leave a comment.
Yes it should work (in Ultimate edition), if IDEA knows what type "pageBean"
variable is. How do you define it?