D
Daniel
I am using Tiles with Struts.
In Tiles, I have a common layout page which all other pages use. The common
layout page has an include at the top of the page. I have three other
sections in the page including a menu, the body, and the footer.
The problem I am having is that the include at the top of the page has
imports, taglib definitions, and Java objects that I need for the rest of
the page, including the part for the menu, body, and footer. However, when I
try to view those pages, I get an error because one or all of those
mini-sections (menu, body, footer) complains it cannot find an object or
something (the object was defined in the include file!).
Am I missing something?
Here's the common layout page:
In Tiles, I have a common layout page which all other pages use. The common
layout page has an include at the top of the page. I have three other
sections in the page including a menu, the body, and the footer.
The problem I am having is that the include at the top of the page has
imports, taglib definitions, and Java objects that I need for the rest of
the page, including the part for the menu, body, and footer. However, when I
try to view those pages, I get an error because one or all of those
mini-sections (menu, body, footer) complains it cannot find an object or
something (the object was defined in the include file!).
Am I missing something?
Here's the common layout page: