Posted By:
Red_L
Posted On:
Friday, May 18, 2001 01:09 PM
eg
login.PleaseEnterInfo=Please enter your login information:
login.LoginName=Login Name
login.Password=Password
this would be a simple way to organize a properties file with key/value pair. I was wondering if there was a more standard and/or organized way to the ways keys are declared, especially if you were working on a project with 300+ JSPs, with properties files used in multiple JSPs?
thanks. I18n