Hi

I've noticed a difference in getting the locale from the request and from
the session.
getSession().getLocale() shows "en"
but getRequest().getLocale() shows "en_GB". thus not only the language but
also the country.

Why is this, or what am I doing wrong perhaps?
Are there maybe other drawbacks related to the use of one of these?

I'm using wicket 1.4.1

grtz

Reply via email to