[Zope] Automatically go to another page after query results?

Andy McKay andym@ActiveState.com
Thu, 26 Jul 2001 16:25:06 -0700


>  RESPONSE.redirect('cltest?var1=<dtml-var var1in>')

<dtml-var "RESPONSE.redirect('cltest?var1='+var1in)">

>  The above causes var1 to be equal to the actual text of <dtml-var var1in>

You cant test dtml and it interprets the var1in as a tag.

Cheers.
--
  Andy McKay.