Re: getText returning message key

2007-11-16 Thread Zarar Siddiqi
Make sure that you have a property called struts.custom.i18n.resources defined in struts.properties which refers to the resource bundles that you're using. For example: struts.custom.i18n.resources=resource1,resource2 The above would look for resource bundles called resource1.properties and reso

getText returning message key

2007-11-15 Thread Dean Pullen
Hi all, Having a perculiar problem regarding getText() in an action. It seems to be returning the key, not its value, even though the key exists. (Which is odd, as the javadocs say getText returns null if key not found). The action is a login action, not sure if that makes any differen