Re: TAL and empty sql-list
Charlie Clark <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
On 2006-03-21 at 15:21:29 [+0100], Jimmy small <[email protected]> wrote: > sorry for the double post -- > A python script would be your best bet. You would be able to use that > in other areas of your site in that case. At least as long as TALES doesn't support this directly. In a PythonScript you can use the .names() method of your results object to create an empty tuple for your results. Charlie