Re: [Zope] sql query results -> DTML method problem
16 Dec
2000
16 Dec
'00
4:24 p.m.
#8 <dtml-in expr="findClassTitle(code=52.139)">
you might wanna try either <dtml-in expr="findClassTitle(code=_['class_code'])"> or <dtml-in expr="findClassTitle(code=_.getitem('class_code'))">
<dtml-in expr="findClassTitle(code=<dtml-var class_code>)"> *** syntax error
regards. -- pashah
9242
Age (days ago)
9242
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pavel V. Piankov