Re: help message resources

2004-06-18 Thread Niall Pemberton
To: "struts-user" <[EMAIL PROTECTED]> Sent: Friday, June 18, 2004 10:03 AM Subject: help message resources Hi, i 'm tring to change the message visualization (i don't want to show the user a message like '???foo???') when the key of the message is not present in my

Re: help message resources

2004-06-18 Thread Nick Heudecker
From a document I wrote some time ago: "Setting the null attribute to 'false' will display missing resource values as ???key??? instead of displaying null. This string is easily found during automated testing of your JSPs, making in-container unit testing more complete." Here's what you set to

help message resources

2004-06-18 Thread [EMAIL PROTECTED]
Hi, i 'm tring to change the message visualization (i don't want to show the user a message like '???foo???') when the key of the message is not present in my ApplicationResources files. how can i do ? The only solution i found is to modify the method message(pageContext, bundle, locale, key, args[