[Zope-CMF] copy/paste clipboard support for CMF Classes
Dieter Maurer
dieter@handshake.de
Sun, 15 Jun 2003 23:25:26 +0200
David Hart wrote at 2003-6-15 11:50 +1000:
> ...
> Clipboard operations on these content types, such as cut/paste and
> copy/paste produce the error "The object test_move2 does not support
> this operation."
As always:
Look at your traceback. It tells you line and module the problem
has been encountered in.
Look at the lines around the exception raising line.
You probably will get precise information why the exception
was raised.
Dieter