domnic savio
2012-12-08 20:47:20 UTC
Hi there,
I am trying to display a logo image on the page that is generated. I am
doing a simple app using java servlets.
I have my ftl und WEB-INF.
my Images are under WEB-INF/images/logo.png
my web.xml has
 <init-param>
         <param-name>TemplatePath</param-name>
         <param-value>/WEB-INF</param-value>
      </init-param>
and in im ftl.. I have something like
<div class="container_12">
 <h2>
<image src="/images/thumb.png"/> Pandora's Box </h2>
I am not able to get my image on the rendered html. Can someone point me
where I am making a mistake.. would be highly appreciated
thanks
Domnic
I am trying to display a logo image on the page that is generated. I am
doing a simple app using java servlets.
I have my ftl und WEB-INF.
my Images are under WEB-INF/images/logo.png
my web.xml has
 <init-param>
         <param-name>TemplatePath</param-name>
         <param-value>/WEB-INF</param-value>
      </init-param>
and in im ftl.. I have something like
<div class="container_12">
 <h2>
<image src="/images/thumb.png"/> Pandora's Box </h2>
I am not able to get my image on the rendered html. Can someone point me
where I am making a mistake.. would be highly appreciated
thanks
Domnic