I´m working with message-resources in struts, and I want to avoid the "Cannot find message resources under key org.apache.struts.action" error. So as to do that, I´ve set the null
property to false in the struts-config.xml file
( <message-resources parameter="MessageResources" null="false"/> )
, but now I have to face another problem: the missing key is displayed as '???keyname???'.
Anybody knows what do I have to do to get only the keyname, without the '???' ?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I´m working with message-resources in struts, and I want to avoid the "Cannot find message resources under key org.apache.struts.action" error. So as to do that, I´ve set the null
property to false in the struts-config.xml file
( <message-resources parameter="MessageResources" null="false"/> )
, but now I have to face another problem: the missing key is displayed as '???keyname???'.
Anybody knows what do I have to do to get only the keyname, without the '???' ?
Thanks in advance