cimballi
27 Sep 2010, 9:11 AM
There is a typo error in the NumberField class, lign 24 :
field.setPropertyEdtiorType(Integer.class);
Should be :
field.setPropertyEditorType(Integer.class);
field.setPropertyEdtiorType(Integer.class);
Should be :
field.setPropertyEditorType(Integer.class);