posted 15 years ago
I have an ApplicationResources file that has definitions in it. I am using tiles and have the standard layout (header, body, footer, etc). In my header, I want to include a Page Title definition that exists in the ApplicationResources file. I don't know if I'm supposed to use put/get or put/useAttribute or put/importAttribute. I don't think the Tiles Ref clearly explains what is the difference between these?? Heres the code
ApplicationResources
tiles.xml
header.jsp
I know the header is totally wrong because I cannot nest the bean and tiles tag, but I can't even get it to work with
HELP!!
Jennifer