Tim Fennell wrote: > Well, that's because we never really thought anyone would want to set > locale on a page by page basis ;)
A reasonable assumption :-) > I think you can do what you want in an ActionBean with code something > like: > > StripesRequestWrapper > .findStripesWrapper(getContext().getRequest()).setLocale(Locale.EN_US); setLocale is protected. so that won't work. -- Alan Burlison -- ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
