Using ResourceBundle's subclass in Struts

2003-07-14 Thread Duan Qiang
Hi, I posted a question but seems nobody replied. Anyone tried to define a subclass of ResourceBundle and use it in Struts? For a standalone program, it's straightforward to use sel-defined resourcebundle classes, for example, public class MyResourceBundle extends ResourceBundle { public

Re: Using ResourceBundle's subclass in Struts

2003-07-14 Thread James Mitchell
On Monday 14 July 2003 03:26, Duan Qiang wrote: Hi, I posted a question but seems nobody replied. That usually indicated a lack of interest, not a lack of concern. Anyone tried to define a subclass of ResourceBundle and use it in Struts? None that I'm aware of. There are several reasons

Re: Using ResourceBundle's subclass in Struts

2003-07-14 Thread David Graham
--- James Mitchell [EMAIL PROTECTED] wrote: On Monday 14 July 2003 03:26, Duan Qiang wrote: Hi, I posted a question but seems nobody replied. That usually indicated a lack of interest, not a lack of concern. Anyone tried to define a subclass of ResourceBundle and use it in Struts?

Re: Using ResourceBundle's subclass in Struts

2003-07-14 Thread Craig R. McClanahan
On Mon, 14 Jul 2003, David Graham wrote: Date: Mon, 14 Jul 2003 12:22:55 -0700 (PDT) From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Using ResourceBundle's

Re: Using ResourceBundle's subclass in Struts

2003-07-14 Thread Duan Qiang
set subclassing/using MessageResources in Struts. Regards, dq - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 4:04 AM Subject: Re: Using ResourceBundle's subclass in Struts