[Zope] random objects

Dan Jacobs dan@caliginous.com
Sun, 28 Jul 2002 20:40:48 +0100 (BST)


Hi All,

I'm trying to have a section of an HTML page rotate randomly.  I am using
this dtml;

<dtml-var expr="_.whrandom.choice(blah.objectValues())">

this works fine for text but what do I do if I want to include html in
this?  at the moment it doesn't render it.

Thanks

 - Dan Jacobs