Re: save form fields

2004-04-15 Thread Mike Fotiou
Did you every find a server-side solution for this? "koen boutsen" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > hi > > In my form, a user enters data for an organisation. Via a save button, > these data are saved in the database. My problem is : when the user > clicks on a

RE: Any way to load resources in java.util.ResourceBundle

2010-07-16 Thread Mike Fotiou
Greg, I implemented this by creating my own ResourceBundle implementation ("DataResourceBundle"). This handles all of the database access and returns the appropriate string to Struts by key when asked. It is enabled by adding the following constant in struts.xml: Finally, in the view, yo

RE: Any way to load resources in java.util.ResourceBundle

2010-07-16 Thread Mike Fotiou
ginal Message- From: Greg Akins [mailto:angryg...@gmail.com] Sent: Friday, July 16, 2010 9:34 AM To: Mike Fotiou Cc: user@struts.apache.org Subject: Re: Any way to load resources in java.util.ResourceBundle Thanks Mike On Fri, Jul 16, 2010 at 8:21 AM, Mike Fotiou wrote: >  I implemented