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

------------
Los mejores usados y las más tentadoras 
ofertas de 0km están en Yahoo! Autos.
Comprá o vendé tu auto en
http://autos.yahoo.com.ar


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to