gpt4 book ai didi

java - JSTL Google App Engine 问题

转载 作者:行者123 更新时间:2023-12-04 06:50:52 25 4
gpt4 key购买 nike

我的问题是,当 <c:if到达标签时出现以下问题。

我在谷歌应用引擎上使用 Spring。

java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext;
at javax.servlet.jsp.jstl.core.LoopTagSupport.unExposeVariables(LoopTagSupport.java:620)
at javax.servlet.jsp.jstl.core.LoopTagSupport.doFinally(LoopTagSupport.java:354)
at org.apache.jsp.WEB_002dINF.views.templates.master_005fb_jsp._jspx_meth_c_forEach_0(master_005fb_jsp.java:544)
at org.apache.jsp.WEB_002dINF.views.templates.master_005fb_jsp._jspx_meth_c_if_0(master_005fb_jsp.java:482)
at org.apache.jsp.WEB_002dINF.views.templates.master_005fb_jsp._jspService(master_005fb_jsp.java:314)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

最佳答案

很可能是库版本问题。 Google AppEngine 提供了一个默认的 JSTL 库,您不必在 WEB-INF/lib 目录中包含您自己的库。只需删除您可能已添加到该目录的库并清理构建以再次测试。

关于java - JSTL Google App Engine 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3157509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com