Re: struts2 blank application request parameters

2007-11-26 Thread slideharmony
Thank you, I have understood! Tom Schneider wrote: > > Checkout the I18NInterceptor: > http://struts.apache.org/2.0.11/docs/i18n-interceptor.html > > This interceptor picks up the request_locale parameter and sets the > locale. This happens even before the action is executed. > Tom > > > s

Re: struts2 blank application request parameters

2007-11-25 Thread Tom Schneider
Checkout the I18NInterceptor: http://struts.apache.org/2.0.11/docs/i18n-interceptor.html This interceptor picks up the request_locale parameter and sets the locale. This happens even before the action is executed. Tom slideharmony wrote: > > I'm really going crazy with struts2 and request par