I have no problem for web pages to pick up and show "header", "content", "navbar". And I have the following:
saved in my C:\...\ApplicationName\WEB-INF\classes\resources\application.properties file. But, my web pages simply cannot pick up and show "title". Do you spot the problem in my code?
Surasak Leenapongpanit
Ranch Hand
Joined: May 10, 2002
Posts: 341
posted
0
Using <tiles:getAsString name="title"/> instead of <tiles:get name="title"/>.
Neal Ford
Author
Ranch Hand
Joined: Oct 23, 2003
Posts: 82
posted
0
Using <tiles:getAsString name="title"/> instead of <tiles:get name="title"/>.