• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is it a good way to change language(localization)?

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got this in the view:



i've got languageBean with this method that is called from my view:



and i've got a navigation rule for "success", to redirect(or forward) the page to itself. This works, but i don't understand why this does not wanna work without the navigation rule (i'm mean in case i return null from changeLnaguage method). As i know, in case i return null, i get forwarded on the calling view, so why do i need a naviagtion rule to get it work?
reply
    Bookmark Topic Watch Topic
  • New Topic