Reference DTML-sqlvar in ZPT?
"Richard Flaaten" <[email protected]> Mon, 30 Jul 2007 18:55:41 +0200 (CEST)
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
Dear list, I have a ZPT that lists results from a Z SQL Method. It has one argument: "dropdown-department". Everything works fine, except I cannot find a way to include the passed SQL argument as a string in the ZPT document! To explain it in another way, a user selects a value from a drop-down list. This value is passed to a Z SQL Method. My ZPT displays these results, and I need to include the passed value (DTML-sqlvar) in a heading in the ZPT. Any help would be much appreciated. Richard