Re: Tiles not rendering body, footer when put <%@ taglib %> at top of body

2006-06-30 Thread Antonio Petrelli
Mississippi John Hurt ha scritto: Its as if when the Tiles processes these to lines in the body.jsp, it just stops rendering and the html output cuts off right at that point. If it cuts off the page, then probably you got an exception. Did you check the console for an exception stack trace?

Re: Tiles not rendering body, footer when put <%@ taglib %> at top of body

2006-06-29 Thread Mississippi John Hurt
Hi, Here's my Tiles definition... I'm using struts 1.2.9, servlet 2.3, jdk 1.4.2 http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";> MainTemplate.jsp: <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %> <%@ tag

RE: Tiles not rendering body, footer when put <%@ taglib %> at top of body

2006-06-29 Thread David Friedman
Can you post your tile definition and a more complete JSP for us to look at? Regards, David -Original Message- From: Mississippi John Hurt [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 9:27 PM To: Struts Users Mailing List Subject: Tiles not rendering body, footer when put <%@ t

Re: Tiles not rendering body, footer when put <%@ taglib %> at top of body

2006-06-29 Thread Mississippi John Hurt
Also, my body is internationalized. It seems if I remove the "<%@ taglib uri=" http://struts.apache.org/tags-html"; prefix="html" %> then it displays in the foreign language fine, however by removing it my tags don't work!! On the otherhand, when I leave that html-taglib at the top of the body, t