File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Spring and the fly likes spring internalization not working with spring security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "spring internalization not working with spring security" Watch "spring internalization not working with spring security" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: spring internalization not working with spring security
 
Similar Threads
Internationalization problem in Spring MVC integrated with tiles
tiles2 - access denied page
Spring-Hibernate transaction management
ResourceBundle [/WEB-INF/messageresource/welcome] not found for MessageSource
change locale not working