Cedric, very  briefly tried adding flush="true" to all
<template:get ...> tags, resulted in the following error:
org.apache.jasper.JasperException: Attribute flush invalid according to the specified TLD.
 
Jon, the browser used is IE5.5, there weren't any exceptions to the console. I've attached part of the source for the generated html, hopefully this will provide some clues, seems the template is  being rendered  at the bottom of the page minus the content.
 
.
.
.
.
<html>
<head>
<title>Templates</title>
<link rel="stylesheet"href="http://localhost:8080/jsptemplates/css/templates.css"
      charset="ISO-8859-1" type="text/css">
</head>
<body background='http://localhost:8080/jsptemplates/graphics/blueAndWhiteBackground.gif'>
 
<table>
   <tr valign='top'>
      <td></td>
      <td><table>
            <tr><td></td></tr>
            <tr><td></td></tr>
            <tr><td></td></tr>
          </table>
      </td>
   </tr>
</table>
</body>
</html>

Reply via email to