[Zope] products making documents
Ethan Fremen
mindlace@majordomo.net
Fri, 08 Oct 1999 11:11:11 +0100
Dan Rusch wrote:
<snip>
> //*************************
> This is the second method, it builds the "clone"
> //********************************
<snippage>
> <!--#with "manage_clone(Home,REQUEST['newId'],REQUEST)"-->
> Hope this helps,
Dan, thanks, but what I'm trying to achieve here is not a
method/document within a cloned folder (Home) where the folder has the
properties in question, but a cloned document where the document itself
has the properties to which I assign values.
the with statement AFAIK basically means you make a clone of Home, give
it a method with id new_id, then assign values for the folder's
properties using <dtml-call>.
--
~mindlace