[Zope] Two tree tags in a DTML Method/Document?
Martijn Pieters
mj@antraciet.nl
Tue, 27 Jul 1999 17:01:08 +0200
At 16:45 27/07/99 , Tony McDonald wrote:
>Am I doing something wrong, or can I only have one tree tag in a DTML
>method/Document?
>(excuse the gormless example, it was the quickest one I could find...)
>
><!--#tree id=alpha1 branches_expr="objectValues('Folder')"-->
> <A HREF="<!--#var tree-item-url-->">
> <!--#var title_or_id-->
> </A>
><!--#/tree-->
>
><hr>
><!--#tree id=alpha2 branches_expr="objectValues('Folder')"-->
> Tree#2:<A HREF="<!--#var tree-item-url-->">
> <!--#var title_or_id-->
> </A>
><!--#/tree-->
Yup, you can only have one tree tag in a document. Bother eh?
--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-7502100 Fax: +31-35-7502111
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------