
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 05/Mar/04 05:40 AM
Updated: 12/Dec/04 05:33 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.1,
2.0
|
| Fix Version/s: |
2.1.7
|
|
|
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 » |
|