Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have used the same jtsl tag in other page it is showing me the error...


Type Exception Report

Message <h3>Validation error messages from TagLibraryValidator for [c] in [/Admin/vieworder.jsp]</h3><p>null: org.xml.sax.SAXParseException; lineNumber: 2413; columnNumber: 8; An invalid XML character (Unicode: 0x0) was found in the CDATA section.</p>

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: <h3>Validation error messages from TagLibraryValidator for [c] in [/Admin/vieworder.jsp]</h3><p>null: org.xml.sax.SAXParseException; lineNumber: 2413; columnNumber: 8; An invalid XML character (Unicode: 0x0) was found in the CDATA section.</p>
	org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:55)
	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:294)
	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:81)
	org.apache.jasper.compiler.Validator.validateXmlView(Validator.java:1916)
	org.apache.jasper.compiler.Validator.validateExDirectives(Validator.java:1862)
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:384)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:361)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:345)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:603)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:386)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:330)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)


What I have tried:

the previous page is working fine and in the next page it is showing me this error
Posted
Comments
Richard MacCutchan 14-Nov-18 11:38am    
You need to look at the actual data. We cannot guess what is happening.
[no name] 14-Nov-18 11:52am    
I dont have any data inside my jsp page.i have only inserted jtsl tag it show me this error
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
Richard MacCutchan 14-Nov-18 12:28pm    
We still cannot guess what is in the page. The message is quite clear* that something is wrong inside that page, so that is where you need to look.

*it even gives you the line and column numbers.
[no name] 15-Nov-18 11:01am    
There is noting in the jsp page I have only included that tag

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900