[Zope-CMF] Folder Question
seb bacon
seb@jamkit.com
Wed, 23 May 2001 15:20:59 +0100
James,
what's the poll called? You probably want something like
<dtml-with Poll>
<dtml-var your_poll_name>
</dtml-with>
seb
* James van der Veen <jvdveen@dds.nl> [010523 09:58]:
> Hello all,
>
> I don't know why but I just cam't figure this out...
>
> In my standard_html_header (in the news folder) I would like to call a poll
> This poll is in the folder Poll (allso in the news folder)
>
> and the I would like to call the dtml method vote_html
>
> If I trie
>
> <dtml-var "poll.question1.vote_html>
>
> I just see the html code in my header... So that doesn't work...
> if I just trie
> <dtml-var poll> I just see the header but without anything like the poll...
>
> Can someone please help me...
>
> It's probably very simple but I just can't figure it out....
>
>
> Thanks,
>
> James van der Veen