[Zope] terminating DTML parsing...
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Tue, 02 Mar 1999 17:47:36 +1100
from inside DTML, is there a way to say "don't process any further DTML,
just return this to the user"?
What I'm looking at is a small DTML snippet that gets included at the
top of a number of pages, and looks for a particular variable to be
set. If it's not set, it should just display a small "please enter a
widget name" form which submits back to the same page, and not display
the rest of the page at all.
will just doing a RESPONSE.redirect() automatically do this?
Anthony