I cant run this program .
My
jsp file
my tld file
My
java file
The error I am getting is:
org.apache.jasper.JasperException: Exception in JSP: /MyJsp.jsp:10
7:
8: ><table border=1">
9:
10: <mine:iterateMovies>
11:
12: <tr><td>${movie}</td></tr>
13:
In the log file it says :
SEVERE: Parse Fatal Error at line 1 column 1: The markup declarations contained or pointed to by the document type declaration must be well-formed.
I have checked all the tags but couldnt come with any mistake....