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
Post a Comment