22 Jul
2001
22 Jul
'01
8:32 p.m.
Ben Ocean writes:
This is probably a Python question, but I'm using this tag: <!--#var expr="_.whrandom.choice(testimonials.objectValues())"--> When an object is selected it_gets_read_as_ASCII, thus, this line:
<select>
looks like this:
<select> The standard problem of not rendering DTML objects.....
Use: <dtml-var expr="_.render(_.whrandom.choice(testimonials.objectValues())"> Dieter