henning 2003/07/18 01:16:45
Modified: src/java/org/apache/turbine/services/intake/model
BooleanField.java
Log:
Set the default value explicitly to null just as with all the
other field types
Revision Changes Path
1.9 +3 -1
jakarta-turbine-2/src/java/org/apache/turbine/services/intake/model/BooleanField.java
Index: BooleanField.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/intake/model/BooleanField.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- BooleanField.java 19 Jun 2003 14:58:49 -0000 1.8
+++ BooleanField.java 18 Jul 2003 08:16:45 -0000 1.9
@@ -92,6 +92,8 @@
*/
public void setDefaultValue(String prop)
{
+ defaultValue = null;
+
if (prop == null)
{
return;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]