17 May
2001
17 May
'01
1:42 p.m.
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