Javatpoint Logo

CAN ANY ONE SORT IT OUT?

By: g2.jit*** On: Wed Jan 27 12:20:24 IST 2016     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>//HERE IS THE PROBLEM
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Error!</title>
</head>
<body>
<h1>Error!</h1>
<p style="color: red;">
Unable to proceed in reserving the ticket
Reason : <b> <c:out value="error"/></b>
</p>
</body>
</html>


problem is in tag library ...please resolve it?
Up0Down

 
You nesd to include JSTL library i e jar files related to JSP tags.Image Created0Down

By: [email protected] On: Wed Jan 27 15:31:46 IST 2016 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No