A customer wrote in to report a suspected malfunction in the way the default number formatter works with a format mask like 000-00-0000 for United States social security numbers. When I looked into simplifying the testcase, I noticed that even the basic Java DecimalFormat class does not handle this mask as you would expect (which is also the reason it doesn't work as expected in JDeveloper / ADF). So, I've posted Example# 123 that illustrates a custom number formatter class to parse/format american social security numbers.
11:43:38 AM
|
|