Read a property file value and display in jsp page
843842Feb 17 2009 — edited Feb 17 2009I need a solution for the below mentioned scenario,
I want to read a value from the property file in JSP page.
For Example, Let us have a property file called A.properties, in the file, we have a value, username = Sam.
I want to bring this value in the jsp page.
Please assist in this issue.
thanks in advance.