Page 1 of 1

Re: How to access common-shared.properties in templates

Posted: Mon Mar 30, 2015 11:44 pm
by phillipuniverse
We have a custom PropertiesVariableExpression for just such a purpose. You can use it in your Thymeleaf templates like this:

Code: Select all

<span th:text=${#props.get('store.front.webapp.prefix')}"></span>