Hi Marcin,


you can write a new HTML page which add a new document. This page must
contains a form which post the datas to the method "AddDTMLDocument",
responsible for the creation of this object.
But, if you need for example, to associate new properties to the new
Document, you have to rewrite also the method "AddDTMLDocument". The
destination of your form is now "AddMyDoc" and this new method must contains
a line similar to :

<dtml-call "manage_AddDTMLDocument(...)">


Just write me for more details
Bye
Frederic


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to