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