I've created a global.properties
file containing several key-value pairs. It works very well all around my struts2 project. I use tiles plugin with struts.
I just want to use a properties file key in tiles.xml. I've tried something like <put-attribute name="title" value="${global.reg}'"/>
but it didn't work. But still the title shows ${global.reg}
.
How can I use property file values in my Tiles configuration?