
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Suse Linux 9.0
Tomcat 4.1.x
Suse Linux 9.0
Tomcat 4.1.x
|
|
|
I've setted webwork.locale setting in webwork.properties
Is WW ignoring this setting?
If in my action I override getLocale() all works fine
// ActionSupport overrides
public Locale getLocale() {
String strLocale =
Configuration.getString("webwork.locale");
return new Locale(strLocale.substring(0,2),
strLocale.substring(3,5));
}
What am I doing bad?
Thanks
Carlos
|
|
Description
|
I've setted webwork.locale setting in webwork.properties
Is WW ignoring this setting?
If in my action I override getLocale() all works fine
// ActionSupport overrides
public Locale getLocale() {
String strLocale =
Configuration.getString("webwork.locale");
return new Locale(strLocale.substring(0,2),
strLocale.substring(3,5));
}
What am I doing bad?
Thanks
Carlos
|
Show » |
|