Hi,

I want to use data from a query in a query, but I find no way to pass
the variables to the inner query. An example:

<dtml-in query1>
    Now I have <dtml-var q1var>
    and I want to call query2 using this var
    <dtml-call query2> (here q1var is used to insert, or select in a
zsql query)
    <dtml-in query2>
        <dtml-var q2var>
    </dtml-in>
</dtml-in>

This doesn't work..
What does ?

Mr. Groping (in the dark..)


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to