RE: ActionServlet to change language ?

2001-05-07 Thread Jason Chaffee
Title: RE: ActionServlet to change language ? One solution is for each page to have a hidden field that contains it's relative path. Then you can forard to that page after you have changed the locale. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: ActionServlet to change language ?

2001-05-07 Thread Nanduri, Amarnath
Title: RE: ActionServlet to change language ? An other method i would advise is In your action class just call the setLocale() passing in the parameter(language preference)the user has selected. That way you can be assured of not making an if-elseif-else call -Original Message