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
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 )
Dan, Tried this? http://www.zope.org/Members/tazzzzz/addZClasses My last answer was not very clear, 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 )
thanks, i've got it working now! On Tue, 15 May 2001, David Hassalevris wrote:
Dan, Tried this?
http://www.zope.org/Members/tazzzzz/addZClasses
My last answer was not very clear, 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 )
participants (2)
-
Dan Jacobs -
David Hassalevris