I want to access them asHTML Code:<util:properties id="myProperties" location="classpath:myProps.properties"></util:properties>
but I don't get the property in JSP.HTML Code:<a href="${myProperties['WEB_CLIENT_URL']}" target="_blank"></a>
Note: I don't want to get them set to a property either to the Model or in a DTO/Form and then use it.
