java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext;

前端 未结 3 974
星月不相逢
星月不相逢 2021-01-25 01:21

I am trying to set a variable that I will refer to in a custom JSP tag, so I have something like this in my JSP:

<%@ taglib prefix=\"c\" uri=\"http://java.sun         


        
3条回答
  •  执笔经年
    2021-01-25 01:40

    Looks like you may have some versioning problem, maybe a conflicting jar file of some sort. Look here, maybe it'll help. You need to supply some more info about your runtime environment if you can't solve it.

提交回复
热议问题