difference between ApplicationResources.properties and MessageResources.pro
843833Oct 24 2005 — edited Oct 26 2005Hi,
I m new to struts and i wanted to know is there another property file called MessageResources.properties?
And if so why do we need it while we can place the error messages in the ApplicationResources.properties like
#-- messages --
message.employee.insert.success=You successfully added the employee {0}.
#-- error messages --
error.employee.databaseException=Database error please contact support center.