JSP: How to register custom ELResolver's in IDEA?
Hello,
I am using a custom javax.el.ELResolver in my jsp-project which I have registered through the javax.servlet.jsp.JspApplicationContext.addELResolver(...) method.
Does anybody know if it is possible to also register the ELResolver in IDEA, so that code completion + inspections on jsp-pages will retrieve and use the info in the resolver when running?
Regards,
Bjarte.
请先登录再写评论。