| Author |
spring internalization not working with spring security
|
Kiran Gaddam
Ranch Hand
Joined: Aug 05, 2011
Posts: 32
|
|
Hello Everybody..
My application is with spring security...
I want to use internationalization for the same. I had implemented this is my appContext.xml
and url in jsp..
But it isint working... any help.. I had developed the same concept to other applications with out a glich...
I am tired... any help?
When the page first loads it is displaying lables from messages_fr.properties...
but how ever when I click in the change language link the lables are not changing... though url is changeing to ?lang=en
I think localechangeInterceptor is not invlking for some reason..
|
 |
Kiran Gaddam
Ranch Hand
Joined: Aug 05, 2011
Posts: 32
|
|
I fugured it out..
it is some application specific error..
I had replaced
with
and removed handler mapping bean... and it is working
|
 |
 |
|
|
subject: spring internalization not working with spring security
|
|
|