Re: [Zope] Another Annoying question...Name Space related I think...
-----Original Message----- From: David Kankiewicz <kankie@thegrid.net> To: Kevin Dangoor <kid@kendermedia.com> Cc: Edward Muller <emuller@painewebber.com>; zope@zope.org <zope@zope.org> Date: Thursday, October 28, 1999 11:00 PM Subject: Re: [Zope] Another Annoying question...Name Space related I think...
It seems that manage_editProperties(REQUEST.form) handles 'boolean' types from a REQUEST while manage_changeProperties(REQUEST.form) does not.
I didn't know that. That's a really good thing to be aware of. This means that if you use manage_editProperties with a form that does not include one of your boolean variables, then your boolean will be switched to off. (Since the only way to tell that a checkbox is off is because the variable is not included in the request.) Kevin
participants (1)
-
Kevin Dangoor