Spring MVC bindings as usages?
Is there any way to let Intellij know which class is bound to a spring:MVC form? The setters in my Spring MVC models always show as unused, even though they are used by spring to bind the input parameters and referenced in input:form path=foo in my JSP pages.
I see the same behavior in the example spring MVC app:
http://github.com/cheptsov/SpringMVCApp
I know I can mark them as ignore unused, but then I can't tell when they actually _do_ become unused, which is annoying. I was wondering if there was anything similar to the JSP comment that lets Intellij know that a class is referenced in a JSTL context.
-Lkb
Please sign in to leave a comment.
Please see http://youtrack.jetbrains.com/issue/IDEA-71477