Hello
Is there any possibility to use properties file values (like this below), in JSP file?
I want to use it in this way (for example):Code:<util:properties id="filepaths" location="classpath:filepaths.properties"/>
Thanks in advance for your answer!Code:<a href="${filepaths.thumb}">Thumb</a>


Reply With Quote