Using a txt to store all strings used in my JSP -


I am starting a JSP and I have seen it in another system:

my_file Txt:

  person.new = Create a new person. Remove = Remove a person  

in the file of JSP:

  $ {peson.new}  

Will show:

  Create a new person  

How do I do this?


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -