[Zope] Getting the dtml source from a product.

Robert Rottermann robert@redcor.ch
Mon, 8 Apr 2002 12:42:29 +0200


it might be possible that you can get at it just by adding /document_src to
the method that brings up the dtml
so if you would say
x/myobject/myform
just say
x/myobject/myform/document_src

Robert

----- Original Message -----
From: "Max M" <maxm@mxm.dk>
To: <zope@zope.org>
Sent: Monday, April 08, 2002 9:35 AM
Subject: [Zope] Getting the dtml source from a product.


> I have made a Python product in the filesystem, but by accident I must
> have deleted one of the dtml files. It still works as Zope has cached
> the dtml page.
>
> But does anybody know how I can get a view of the dtml source so that I
> can get a copy of it and save it as a file again. I have written the
> product ages ago and really don't want put too much effort into it again
> if I can avoid it ;-)
>
> regards Max m
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>