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
<html:> tags don't work!!
On the otherhand, when I leave that html-taglib at the top of the body, then
only the header displays, as if the body gets cutoff right when it reads
these 2 taglib lines!!

On 6/29/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote:

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.

Reply via email to