I have a program that's gonna send an email confirmation to a customer.
The email text is stored in a property file.
How can I read these values with substitution parameters?
I'm aware of getString("key") but that has has parameters
Example of one property:
mail01=Dear {customer}, we confirm ... blablabla
What Java code do I need to use?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/How-to-read-message-properties-that-has-parameters-into-a-program-tp4650410.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]