[Zope-CMF] failIfLocked problem
Dieter Maurer
dieter@handshake.de
Thu, 4 Apr 2002 20:12:55 +0200
Kevin Carlson writes:
> ... "failIfLocked" exception ...
> The metadata_edit_form is what was returning the failIfLocked exception.
What is the precise error?
Usually, it looks like:
Error Type: ....
Error Value: ...
Then comes a traceback.
Error type and value and at least the last couple of traceback lines are
essential to analyse problems.
> ...
> Are there particular rules regarding inheritance for new ZClasses? Should I
> not inherit from CMFDefault:DefaultDublinCoreImpl in certain instances?
I do not know. Especially, I do not see why it should harm to
derive from this class.
Dieter