I get the following error when trying to use the WSDK 1-3 jstl-examples.war
for <out> in "general purpose examples".
java.lang.AbstractMethodError:
javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver;
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:756)
org.apache.jsp.elsupport.Out_jsp._jspx_meth_c_forEach_0(Out_jsp.java:111)
org.apache.jsp.elsupport.Out_jsp._jspService(Out_jsp.java:70)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
Can anyone tell me what is wrong? The apparent line where there is
difficulty in Out.jsp is:
private boolean _jspx_meth_c_forEach_0(PageContext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// c:forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag
_jspx_th_c_forEach_0 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag)
_jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
_jspx_th_c_forEach_0.setPageContext(pageContext);
_jspx_th_c_forEach_0.setParent(null);
_jspx_th_c_forEach_0.setVar("customer");
_jspx_th_c_forEach_0.setItems((java.lang.Object)
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${customers}",
java.lang.Object.class, (PageContext)pageContext, null, false));
Apparently the method of some class has changed since the last compile,
making some code a bug. But what?
Thanks
LEGAL NOTICE
This electronic mail transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged. This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited. If you
have received this transmission in error, please delete the message. Thank
you
- Re: JSTL examples bug in WSDK 1-3 webmaster
- Re: JSTL examples bug in WSDK 1-3 EL AKARI Mehdi

