Re: Internationalization with REST/Convention plug-ins

2010-12-01 Thread stanlick
ndle = findResourceBundle(bundleName, >> locale); >>if (bundle != null) { >>reloadBundles(); >>try { >>return bundle.getString(aTextName); >> } catch (MissingResourceException e) { >>

Re: Internationalization with REST/Convention plug-ins

2010-12-01 Thread Dave Newton
I got caught out by thinking the packages were created in a different package than I assumed they were, but I don't recall if it was my fault or if there was a configuration parameter I had forgotten to set or what. But just in case it helps, I'll throw it out there. Man, I've forgotten a lot of

Internationalization with REST/Convention plug-ins

2010-12-01 Thread stanlick
I had a guy ask me why his internationalized properties were not accessible in his Struts app that was using both the REST and Convention plug-ins. My first action was to read the docs which did not suggest anything out of the ordinary, so I through a core app together using this configuration and