Re: Error Messages from the Database - Simple method?

2005-04-14 Thread David Johnson
PROTECTED] Date: Apr 13, 2005 9:18 PM Subject: RE: Error Messages from the Database - Simple method? To: [EMAIL PROTECTED] David, I think I replied to this, but I released a more generalized version of the two reloadable message resources on sourceforge. (struts apps) The main

Error Messages from the Database - Simple method?

2005-04-07 Thread David Johnson
Hi all I have a similar need to a topic entitled Load Message Resources from DB??? but only for ERROR messages, and quite honestly, I want the simplest approach possible. since my Error Messages and my other test fields currently share ApplicationResources.properties I'm a little trapped though,

RE: Error Messages from the Database - Simple method?

2005-04-07 Thread Fogleson, Allen
: Error Messages from the Database - Simple method? Hi all I have a similar need to a topic entitled Load Message Resources from DB??? but only for ERROR messages, and quite honestly, I want the simplest approach possible. since my Error Messages and my other test fields currently share

Re: Error Messages from the Database - Simple method?

2005-04-07 Thread David Johnson
Oy. I'm assuming that you're talking about the loadLocale() method within... org.apache.struts.util.PropertyMessageResources I see that inheritance wise, 1. PropertyMessageResources extends MessageResources 2. PropertyMessageResourcesFactory extends MessageResourcesFactory Logical. So,

Re: Error Messages from the Database - Simple method?

2005-04-07 Thread Niall Pemberton
Comments in line.. - Original Message - From: David Johnson [EMAIL PROTECTED] Sent: Thursday, April 07, 2005 7:46 PM Oy. I'm assuming that you're talking about the loadLocale() method within... org.apache.struts.util.PropertyMessageResources I see that inheritance wise,