From: "Asad Habib" <ahabib@engin.umich.edu>
Is it possible to invoke a DTML method using a link?
Given a dtml method called 'DoStuff', located in a folder, 'ADir', on web site 'www.aweb.com': <a href="http://www.aweb.com/ADir/DoStuff">Click Here to Start Method</a> should work! HTH Jonathan
Hi. I tried this but got a KeyError with an Error Value of 0. For some reason, Zope is not able to find the method. Any help would be greatly appreciated. Thanks. - Asad
Please provide the corresponding code and traceback...otherwise it is hard for help willing to help to figure out what's going on. -aj --On Dienstag, 13. Juli 2004 13:37 Uhr -0400 Asad Habib <ahabib@engin.umich.edu> wrote:
Hi. I tried this but got a KeyError with an Error Value of 0. For some reason, Zope is not able to find the method. Any help would be greatly appreciated. Thanks.
- Asad
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
You need to provide some more info: - a traceback - full error message - the link you are using - info on the dtml method you are trying to invoke Jonathan ----- Original Message ----- From: "Asad Habib" <ahabib@engin.umich.edu> To: "Jonathan Hobbs" <toolkit@magma.ca> Cc: <zope@zope.org> Sent: July 13, 2004 1:37 PM Subject: Re: [Zope] Calling a DTML Method
Hi. I tried this but got a KeyError with an Error Value of 0. For some reason, Zope is not able to find the method. Any help would be greatly appreciated. Thanks.
- Asad
participants (3)
-
Andreas Jung -
Asad Habib -
Jonathan Hobbs