Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-23 Thread Freddy Daoud
Looking under the bed, behind the couch, etc. of my hard disk drive, I found the article (maybe not identical to the original posting). http://www.fdaoud.com/database_resource_bundle.html Cheers, Freddy -- Sell apps to

Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-11 Thread Danny Thüring
Hi, what a pity! I have implemented the code in my project some time ago. But now i dont know how to get the localized strings for an key into my jsp files. For example fmt:message key=txt.WelcomeDisclaimer/ does not work. Thank you! danny On Aug 9, 2010, at 8:17 PM, Freddy Daoud wrote:

Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-11 Thread Levi Hoogenberg
The only way to do this (AFAIK) is to create a LocalizationContext with your custom resource bundle and invoke Config.set [ http://download-llnw.oracle.com/javaee/5/jstl/1.1/docs/api/javax/servlet/jsp/jstl/core/Config.html#set(javax.servlet.ServletContext,%20java.lang.String,%20java.lang.Object)]

Re: [Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-09 Thread Freddy Daoud
http://www.stripesbook.com/blog/index.php?/archives/35-Using-a-database-backed-resource-bundle-with-Stripes.html But unfortunately that site is not available any more? Sorry about that. A malicious attack caused problems with the Stripes Book Blog and I was unable to recover the content. If

[Stripes-users] Database backed Resource Bundle Blog Entry

2010-08-07 Thread Danny Thüring
Hi, i implemented that database backend some time ago in an test project: http://www.stripesbook.com/blog/index.php?/archives/35-Using-a-database-backed-resource-bundle-with-Stripes.html But unfortunately that site is not available any more? Or how can i access the database entries using