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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -