in VDVRequest_jsp.java: public void _jspInit() { _005fjspx_005ftagPool_005ff_005fview = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _005fjspx_005ftagPool_005fh_005foutputText_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); [here is line no. 25:] _el_expressionfactory = JspFactory.getDefaultFactory().getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); _jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName()); }
I suppose JspFactory.getDefaultFactory() is null. But why? I suppose it is a configuration problem or a tomcat bug.
I have the jsf-api, jsf-impl and jstl JARs in my lib folder and I switched verfication off.
Is there any workaround to initialize the JspFactory?
-- Sent from the Tomcat - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)