Re: [Zope] Using results of SQL in form
6 Feb
2001
6 Feb
'01
6:53 p.m.
I have a Z SQL Method which returns one row and I want to use the data from it in a form (I am going to detault the input fields with the values from the SQL). I thought using the dtml-in tag would be a simple way of doing this but am having problems passing the method the parameter. In the code below the line
Edit Video <dtml-var pCode>
renders pCode into the page but the line
<dtml-in expr="getVideoSQL(pCode)">
Hi Ben, try <dtml-in expr="getVideoSQL(pCode=pCode)"> cheers, oliver
9190
Age (days ago)
9190
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oliver Bleutgen