Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:23:11 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

August 2007
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Jul   Sep

Get Firefox!

Friday, August 31, 2007

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    



© Copyright 2008 Steve Muench.