I played with it a bit more but I still don't see how to specify the locale to use, other than overriding the default... It's also throwing NullPointerExceptions with the default configuration:

  LocaleBeanUtils.getInstance().copyProperties(x,y);

Are the locale-aware conversions being actively maintained by anyone?

L.

Laurie Harper wrote:
Can anyone point me to an article, sample code or other documentation on how to use LocaleBeanUtils? I'm struggling to get my head around it; specifically, I don't see how you supply the locale to use for a particular conversion.

I was expecting that I'd just be able to switch from BeanUtils.copyProperties(x,y) to something like LocaleBeanUtils.copyProperties(x,y,locale) or similar, but it doesn't seem to be quite that straight forward...

Thanks,

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to