Hi all,
I am migrating a web application from tomcat to an IBM Websphere 6.1. The problem is that i get this error when i navigate to a specific page:
Error message: JSPG0048E Page failed to validate using taglib validator for http:java.sun.com/jsp/jstl/core :
org.xml.sax.SAXParseException : Premature end of file.
Error code : 500 Target servlet : folder1/folder2/page_name.jsp Error stack : com.ibm.ws.jsp.translator.JspTranslationException : JSPG0048E Page failed to validate using taglib validator for http:java.sun.com/jsp/jstl/core :org.xml.sax.SAXParseException : Premature end of file.
at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.validateTagLib(ValidateVisitor.java:1005) at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.visitJspRootStart(ValidateVisitor.java:465) . . .
and the stack trace goes on
the line of code from the jsp is
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Has anybody encountered this problem ?
Many thanks in advance Simon