I use container managed security in WLS using j_security_check. I have multiple
languages. I want to load a user object with a locale and set it for that user as long
as he is logged in (Action.setLocale(request, locale)??).
How would I do this if the container is handling log in for me? For example lets say I
want to go to
domain.com/main.jsp but first it sends me to domain.com/login.html. The container
would then authenticate and send me to main.jsp. I want to intercept this return and
log in the user and set the local so he can see his language
ApplicationResources.properties.
Any hints? (I know this group has em! This is the best damn email group in the world,
I swear)
thanks,
Mike