Re: Missingresourceexception only in Firefox but not in Chrome or Safari

2012-07-25 Thread Martin Grigorov
super(id); > add(new LocaleDropDown("localeSelect",supportedLocales)); > > } > } > > > El 13/07/2012, a las 10:59, Decebal Suiu escribió: > >> In your Session override getLocale() ? >> >> -- >> View this message in co

Re: Missingresourceexception only in Firefox but not in Chrome or Safari

2012-07-13 Thread Pablo Diaz Redondo
id); add(new LocaleDropDown("localeSelect",supportedLocales)); } } El 13/07/2012, a las 10:59, Decebal Suiu escribió: > In your Session override getLocale() ? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Missingresour

Re: Missingresourceexception only in Firefox but not in Chrome or Safari

2012-07-13 Thread Decebal Suiu
In your Session override getLocale() ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Missingresourceexception-only-in-Firefox-but-not-in-Chrome-or-Safari-tp4650503p4650508.html Sent from the Users forum mailing list archive at Nabble.com

Re: Missingresourceexception only in Firefox but not in Chrome or Safari

2012-07-13 Thread Pablo Diaz Redondo
Thanks, I modified the default language in Fireforx Preferences, and nothing change, but I tried to move my Base_es.properties file to Base.properties, and runs well. Is there another way to set the default app language in Wicket? Thanks. El 13/07/2012, a las 10:34, Ernesto Reinaldo Barreir

Re: Missingresourceexception only in Firefox but not in Chrome or Safari

2012-07-13 Thread Ernesto Reinaldo Barreiro
It might be that those browser have different default locale and for the locale on chrome and safari you have he resource "BasePage.title" but not for the locale on your FF? On Fri, Jul 13, 2012 at 10:26 AM, Pablo Diaz Redondo wrote: > Hi, > > I get this error when I run my app in Firefox (mac),