[Zope] copy/paste problem with dtml
Rik Hoekstra
rik.hoekstra@inghist.nl
Tue, 04 Apr 2000 17:53:41 +0200
Richard Taylor wrote:
>
> This is the third time this question has been asked. (The second time it was
> me).
>
> It appears to be a common problem and noone has yet come up with an answer.
> Maybe someone from DC could explain what is wrong with the cut/paste code or
> point out what we are all doing wrong.
>
> Once I find an answer I will write a HowTo so that others don't bash thier
> heads against this like I have for the last week.
>
> Yours (slowly going mad about cut&paste)
>
Hm, I doubt whether copying and pasting from one method is the way to
go. You'd better use
manage_clone. See the ZQR (at http://zdp.zope.org) for an outline.
It's not much, but I hope it helps ;-)
Rik