nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

RadioButton did not use correct default type "radio" #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The error is in the builder class and it used the default TAG for the type

        df.put(TYPE, RadioButton.TAG)

should change it to 

df.put(TYPE, RadioButton.TYPE)

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 25 Feb 2009 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 25 Feb 2009 at 5:43