[Zope] dtml question - please somebody help me...

David Hassalevris bluepaul@bluepaul.com
Tue, 15 May 2001 19:28:37 -0700


Dan,
This is worth a try:

<dtml-with "manage_addProduct['the meta type for your zclass']">
   <dtml-call "Your zClass_add(_.None,_)">
</dtml-with>
  
Hope this helps you along,
David

Dan Jacobs wrote:
> 
> ok, I can't work out how to do this.
> 
> I want to call a zclass add form from dtml something like...
> 
> <dtml-call expr="capfiles.manage_addProduct(id='', title=title)">
> 
> now the class I created is called capella so the path to the form I want
> is /manage_addProduct/capella/capellaClass_factory.
> 
> how do I do this? i've been trying to work it out for days :-(
> 
> please help.
> 
> thanks
> 
> Dan
> 
> _______________________________________________
> 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 )