I think you should start with making your markup valid. There is a free service to do so: http://validator.w3.org/
Looking at your html, I can see several problems that can cause missing fragments (especially in ie6): 1) Unclosed tags - <link rel='stylesheet' href='css/default.css'> - <img width="100%" src="images/BlueBar_3.gif"> 2) Duplicate HEAD tags 3) Self-closing script tags - <script type="text/javascript" src="js/init.js" /> Brian Relph -----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 5:37 AM To: Struts Users Mailing List Subject: Re: HTML renders incompletely 2008/5/20 <[EMAIL PROTECTED]>: > </tbody> > </table> > </body> > </html That's strange, it seems that it is not flushing the content... I think this is a bug, but I cannot guess what the problem is at the moment. Could you open a JIRA ticket, attaching a sample webapp (with source)? https://issues.apache.org/struts/ In the meantime, try to simply add some newlines at the end of the Tiles layout page, probably the last part of the page will show up... Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]