Hi,

How can I configure a Properties File for the Web layer, using which I can fetch property values in JSP pages..like <c:out value="${propertyName}"/>. Does Spring provide an inbuilt facility like that.


Thanks!!