Hi all,
I have the following in my web.xml configuration file:
In my root, I have a index.jsp and an images folder that contains graphics.
In the index.jsp file, I have the following line:
NOTE: I have deliberately inserted some text above so that it does not convert to HTML
When I render the page through
Tomcat (I use v 5.5), I get this error:
<b> An error occurred at line: 13 in the
jsp file: /index.jsp
imageURL cannot be resolved
10:
11: <body>
12: <div id="header">
13: <img src="<%=imageURL%>Header.png" alt="GSDC 5P - Role Based Training" />
14: </div>
15:
16: <div id="main" </b>
I have included the @page directive on top of the index.jsp file, and the image name and location are also correct.
What am I missing here? Thanks in advance for looking into this.
[ May 20, 2008: Message edited by: Sridhar Venkataraman ]