RE: HTML renders incompletely

2008-05-20 Thread Relph,Brian
tags 3) Self-closing script tags - 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 PROTEC

Re: HTML renders incompletely

2008-05-20 Thread volker
Hello Antonio, I will do it this evening as I cannot publish all the code here at work. I will construct a sample application and attach it to a JIRA-Ticket. Tankx so far... Volker 2008/5/20 <[EMAIL PROTECTED]>: > > > > https://issues.apache.or

Re: HTML renders incompletely

2008-05-20 Thread Antonio Petrelli
2008/5/20 <[EMAIL PROTECTED]>: > > > > 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 -

Re: HTML renders incompletely

2008-05-20 Thread volker
Hi, Ok, here it is: 1) I am using struts2 2.0.11 2) tiles 2.0.5 and 3) the resulting html (important notice: will only have to run in Internet-Explorer 6): Title //

Re: HTML renders incompletely

2008-05-20 Thread Antonio Petrelli
2008/5/20 <[EMAIL PROTECTED]>: > Hope you do not need much more. In fact we need: - the version number of Struts and Tiles that you use, - the interesting part of your Tiles definition file, - The resulting HTML file. Antonio -

Re: HTML renders incompletely

2008-05-20 Thread volker
Hi Antonio, here is the code for one page (to chose a report) that is not that large: my jsp: <%@ page language='java' errorPage='layout/error.jsp' isErrorPage='true' %> <%@ taglib prefix="fragment" tagdir="/WEB-INF/tags" %> <%@ taglib prefix="s" uri="/struts-tags" %>

Re: HTML renders incompletely

2008-05-20 Thread Antonio Petrelli
2008/5/20 <[EMAIL PROTECTED]>: > this is quite difficult as I'd have to publish a lot of code because of using > tiles to make it clear. You can just post the code for one page not rendering correctly. Antonio - To unsubscribe

Re: HTML renders incompletely

2008-05-20 Thread volker
Hello, this is quite difficult as I'd have to publish a lot of code because of using tiles to make it clear. Maybe someone has solved a similar problem before and just can give a hint what was the reason for this effect. Volker 2008/5/20 <[EMAIL PROTECTED]>: > Can anybody give me a hin

Re: HTML renders incompletely

2008-05-20 Thread Antonio Petrelli
2008/5/20 <[EMAIL PROTECTED]>: > Can anybody give me a hint, where this code is lost or why the page does not > render completely ? Without a single line of your code we cannot help. Antonio - To unsubscribe, e-mail: [EMAIL PR

Re: HTML renders incompletely

2008-05-20 Thread volker
Hello struts freaks, I have a problem with my rendered html. I am using struts2 and tiles. Some pages seem to be incomplete, as on the bottom I get some readable html fragments like is missing. S Sometimes my renedered page misses up to 6 signs. Can anybody give me a hint, where this code is l