History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-490
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jason Carreira
Reporter: Carlos Jacobs
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebWork

Is WW ignoring webwork.locale setting?

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


 Description  « Hide
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


 All   Comments   Change History      Sort Order:
Jason Carreira - [24/Jun/04 11:14 AM ]
Sounds like this has been fixed?