Hi,

We have an issue on our JSP which uses Tiles,only in IE 8(Firefox is fine).

The JSP begins with standard imports (incl. the Tiles library), and the first 
tag on the page is:

<tiles:insert definition=".application.layout">


This works and renders the page correctly. However, adding anything prior to 
this tag breaks the layout in IE8 (even a single comment). Some kind of weird 
issues occur (maybe CSS-related) as soon as we try the below, which should be 
identical to this first tag. Does anyone have any thoughts?

(1): Should be identical
<c:setvar="layoutDef" 
value="application"/><tiles:insertdefinition=".${layoutDef}.layout">


(2): Should be identical (comment)

<!-- TEST -->
<tiles:insertdefinition=".application.layout">

The above two break our page layout and render it incorrectly only in IE8. 
Firefox has no issues.

Thanks for any help,
- Eugene Borodkin

Reply via email to