am having a problem accessing a ZSQL method that is not in the acquisition path. When try the following I get an error <dtml-in "/SAS/queries/add_customer(REQUEST)"> Expression (Python) Syntax error: invalid syntax , for tag <dtml-in "/SAS/queries/add_customer(REQUEST)">, on line 23 of index_html is there a way to do this? Thanks Gene Tuttle
----- Original Message ----- From: "Tuttle, Gene" <cetuttle@rottlundhomes.com>
am having a problem accessing a ZSQL method that is not in the acquisition path. When try the following I get an error
<dtml-in "/SAS/queries/add_customer(REQUEST)">
Expression (Python) Syntax error: invalid syntax , for tag <dtml-in "/SAS/queries/add_customer(REQUEST)">, on line 23 of index_html
try: <dtml-with "/SAS/queries"> <dtml-in "add_customer(REQUEST)"> </dtml-in> </dtml-with> HTH Jonathan
or <dtml-in "SAS.queries.add_customre(REQUEST)"> stuff </dtml-in> -Allen Jonathan Hobbs wrote:
----- Original Message ----- From: "Tuttle, Gene" <cetuttle@rottlundhomes.com>
am having a problem accessing a ZSQL method that is not in the acquisition path. When try the following I get an error
<dtml-in "/SAS/queries/add_customer(REQUEST)">
Expression (Python) Syntax error: invalid syntax , for tag <dtml-in "/SAS/queries/add_customer(REQUEST)">, on line 23 of index_html
try:
<dtml-with "/SAS/queries"> <dtml-in "add_customer(REQUEST)">
</dtml-in> </dtml-with>
HTH
Jonathan
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Allen Schmidt -
Jonathan Hobbs -
Tuttle, Gene