> These are relatively largish changes that will break code that depends on
> getting "on" and 0 from CheckboxFields, so I'm not sure if I should check
> them into CVS.

> What's the feeling?

I'm +1 on check in. Just add a note about bw-incompatible change to
the docs.

PS: Btw, you still doesn't integrate my patch to SubmitButton which
fixes incorrect display of labels like "Next >".

--- Field.py    Tue Feb 11 09:52:08 2003
+++ /tmp/Field.py       Wed Mar 26 08:17:12 2003
@@ -613,6 +613,9 @@
 
     def valueFromFields(self, fields, nameMap=identity):
         return fields.has_key(nameMap(self.name()))
+    
+    def description(self):
+        return self._description
 
     def isSubmit(self, options={}):
         return True


-- 
Regards, max.


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to