RE: [OS-webwork] ResourceBundle and editing it

2003-12-09 Thread Patrick Lightbody
it's a huge win. -Pat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Zetterberg Sent: Thursday, December 04, 2003 2:58 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] ResourceBundle and editing it Hi, Here is a link to a popular java RFE

Re: [OS-webwork] ResourceBundle and editing it

2003-12-04 Thread Dick Zetterberg
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 3:20 PM Subject: [OS-webwork] ResourceBundle and editing it > Hi all, > > Is there a way for me to edit and update the properties file on the fly, and have the resourcebundle reload it automatically? > > I kno

RE: [OS-webwork] ResourceBundle and editing it

2003-12-04 Thread Patrick Lightbody
[EMAIL PROTECTED] > Sent: Thursday, December 04, 2003 9:21 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] ResourceBundle and editing it > > > Hi all, > > Is there a way for me to edit and update the properties file > on the fly, and have the resourcebundle reload it au

RE: [OS-webwork] ResourceBundle and editing it

2003-12-04 Thread Jason Carreira
Thursday, December 04, 2003 9:21 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] ResourceBundle and editing it > > > Hi all, > > Is there a way for me to edit and update the properties file > on the fly, and have the resourcebundle reload it automatically? > &g

[OS-webwork] ResourceBundle and editing it

2003-12-04 Thread James Pan
Hi all, Is there a way for me to edit and update the properties file on the fly, and have the resourcebundle reload it automatically? I know I can actually use Properties class to access the file and manipulate it, but the ResourceBundle just doesn't refresh and keeps serving me a cached copy.