• 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

error message with default language

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I building a small multilanguage web app with struts, all <fmt:message/> tags are playing well, but <html:errors/> tag always show the error message with the default language(En). how can I do to let it show the language as the <fmt:message/> tag. I place <fmt:setLocale value="<%=localeVal%>"/> on the top of jsp page, localeVal is got from session.

Thanks very muach for Help,
[ June 07, 2006: Message edited by: Shrek NT ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic