Re: Newbie Question Loading localization Resources from Database

2007-10-02 Thread Frank Bille
On 10/2/07, marcus dickerhof <[EMAIL PROTECTED]> wrote: > > Hi I just found out that this issue should be fixed in wicket 1.3.0 beta 4 > (wicket-issue 936). Where can I get that? beta4 is not released yet. If nothing comes in the way I will release beta4 this weekend. Frank

Re: Newbie Question Loading localization Resources from Database

2007-10-02 Thread marcus dickerhof
, that the Session > > > Locale > > > isn't being used. Otherwise, the default Locale, which is defined by > > > your > > > browser settings, will be used. > > > > > > > > > marcus dickerhof wrote: > > > > > > >

Re: Newbie Question Loading localization Resources from Database

2007-10-02 Thread marcus dickerhof
wrote: > > > > > > Is there a better way to get database-resource-strings? > > > > > > > I believe .properties files are a better way to get localized strings... > > Is > > there any reason why yo

Re: Newbie Question Loading localization Resources from Database

2007-10-02 Thread marcus dickerhof
ou can't/shouldn't use them? > > Hope this helps, > > Cristina > > -- > View this message in context: > http://www.nabble.com/Newbie-Question-Loading-localization-Resources-from-Database-tf4548742.html#a12990188 > Sent from the Wicket - User mailing list archive at Nabb

Re: Newbie Question Loading localization Resources from Database

2007-10-02 Thread marcus dickerhof
Hi Eleco, I' sorry somehow the problem with the locale being null is solved. I cannot reconstruct it. But the problem with the locale passed to IStringResourceLoader.loadStringResource(..) being DE remains. I have the feeling that the SessionLocale is not used. I verified this by putting a label o

Re: Newbie Question Loading localization Resources from Database

2007-10-01 Thread Eelco Hillenius
> //funny effect locale.getLanguage() --> Nullpointer Exception > //I have to call locale.clone().getLanguage(). Is that normal? ? Could you give us the full stack trace please? Eelco - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Newbie Question Loading localization Resources from Database

2007-10-01 Thread Cristina
way to get database-resource-strings? > I believe .properties files are a better way to get localized strings... Is there any reason why you can't/shouldn't use them? Hope this helps, Cristina -- View this message in context: http://www.nabble.com/Newbie-Question-Loading-lo

Newbie Question Loading localization Resources from Database

2007-10-01 Thread marcus dickerhof
Hi, could you please help me with the following problem: I use wicket 1.3.0 beta 3 + java 1.4.2 + tomcat 5.5 I wrote a small page that has a when running tomcat I get: [Localizer] Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lea