[Zope] Problem with dtml-if sequence-start
Dylan Reinhardt
zope@dylanreinhardt.com
01 Aug 2003 08:54:46 -0700
On Fri, 2003-08-01 at 08:47, Dylan Reinhardt wrote:
> There is no dtml-return. You want dtml-call.
Grr... sorry. Of course there *is* a dtml-return tag.
It's still not what you want.
If you want to redirect the user, use dtml-call. If you want to return
the output of another object, use dtml-var.
There are precious few cases where dtml-return is correct... so few, in
fact, you could use Zope for a couple years straight and easily forget
it exists. :-)
Dylan