Hi,


The Tiles tags only insert the content of the specified pages. There is no extra insertion. So, your problem should come from one of your pages having this extra character. Check particularly the layout jsp ...
Also, try to isolate the exact location in your pages where this extra car is inserted. Delete the cars and rewrite them on the unix system.


Cedric

Alix Jermyn wrote:

Our tiles work fine with Tomcat 4.1.12, struts1.1b3, jdk1.4.01 on an NT box,
but as soon as we port it to a Linux box (SUSE,  same 1.1b3, tomcat 4.1.24)
our rendered html displays a subtle and rather nasty error, as a carriage
return is inserted immediately before the </td> tag, causing the well known
rendering bug in tables.

for example;

<td blah blah"><tiles:insert attribute="MainHeader" /></td>

will be rendered correctly as:

<td blah blah >Main header text</td>

on the NT system, but as

<td blah blah >Main header text
</td>

on the linux server, with the carriage return causing ugly display problems.
As far as we are aware, we have saved all our text files (jsp, html, tld,
xml ...) in unix format without the NT double ODOA  CR sequence.

Any ideas???






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to