What is the best of displaying environment specific information (Dev, QA etc.) on the view JSP in Spring? I am thinking of reading that information from a properties file. Whats the simplest way of making that properties file data available to the view JSP?
So far looks like I need to use JSTL to read the properties, but I don't want them localized!