Re: dtml-let variables in sql queries
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
Andreas Tille wrote at 2006-11-23 16:06 +0100: > .... >Unfortunately > <dtml-let namepart="namepart + '%'"> >does not seem to work transparently in the SQL-Method Right. "ZSQL Method"s take their parameters either from explicitly passed keyword arguments or from the request but not from the DTML namespace. -- Dieter