[cvs] expresso/expresso-web/expresso/doc ChangeLog.xml
JCorporate Ltd
jcorp at jcorp2.servlets.net
Wed Jun 2 12:39:48 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc
In directory jcorp2.servlets.net:/tmp/cvs-serv10433/expresso-web/expresso/doc
Modified Files:
ChangeLog.xml
Log Message:
DefaultAutoElement respects numeric field when user sets field to empty string
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.222
retrieving revision 1.223
diff -C2 -d -r1.222 -r1.223
*** ChangeLog.xml 22 May 2004 02:22:20 -0000 1.222
--- ChangeLog.xml 2 Jun 2004 19:39:46 -0000 1.223
***************
*** 6,9 ****
--- 6,15 ----
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <bug-fix title="DefaultAutoElement respects numeric field when user sets field to empty string">
+ <explanation>DefaultAutoElement respects numeric field when user sets field to empty string. it is translated into a null,
+ and thereby preserves the isFieldNull() test which is especially important for a numeric field because
+ getFieldInt() and similar calls will return 0 for a null field.</explanation>
+ <contributor>Larry Hamel</contributor>
+ </bug-fix>
<bug-fix title="Protect against null final state">
<explanation>Rare null final state could occur. The isFinalState protects against it. Found trying to go to the component manager when not logged in. The SimpleLoginController trying to transition to the login screen would bail horribly. A proper transition can now occur.</explanation>
More information about the cvs
mailing list