[Zope] A corker
Hannu Krosing
hannu@tm.ee
Thu, 17 May 2001 18:42:00 +0500
Bruce Eckel wrote:
>
>
> <dtml-let data="PARENTS[0]">
> <dtml-var data><hr>
> <dtml-var expr="parseSeminarRegistration(data)">
> </dtml-let>
>
> I keep getting weird error messages for
> parseSeminarRegistration(), which worked in a different
> DTML method just fine. The messages complain about the
> argument, so I decide to examine the argument type. Here's
> the external method, parseSeminarRegistration():
try
<dtml-var expr="parseSeminarRegistration(data)" html_quote>
-------------
Hannu