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 <%@ taglib %> at top
of body


I'm trying to get Tiles working but not much luck. I have a mainlayout,
header, body, footer. I got it so the header, body, footer render, but for
some reason the <bean:message> tags dont seem to be displaying the
ApplicationResources entries. So I put at the top of my body.jsp...

<%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %>

then, what happens is that now only the header renders. 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. This is so frustrating Tiles,
I may just use jsp includes if I can't figure this out.  Anyone with ideas?
Struts is pretty frustrating too. Thanks for any help.


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

Reply via email to