From: Anthony E. <me...@an...> - 2002-05-21 14:55:03
|
I have made some modifications to FormProc to better handle null and empty values. - Removed the value == null check in Form.java:353 to allow null values through to the convert() and store() methods. - Null values are skipped in the Form.convert() method, thus bypassing conversion when the value is null. - Updated MapStorer to call map.remove(name) when a null value is passed to the storer. - Updated the EdenLib MethodUtilities class to better handle null values so that the ReflectionStorer works properly. These changes, along with some minor changes to the example code, are in the CVS and will be part of the next release (beta 3). Sincerely, Anthony Eden |