1 Aug
2003
1 Aug
'03
3:54 p.m.
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