[Zope] redirect

Aleksander Salwa ololo@zeus.polsl.gliwice.pl
Tue, 24 Oct 2000 22:31:20 +0200 (CEST)


On Tue, 24 Oct 2000, Joaldo Junior wrote:

> how to for that function REDIRECT understand a variable.
> 
> ex.
> 
> <dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=<dtml-var
> test>')">

DTML tags can't be nested.
Try:
<dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod='+test)">

ololo@zeus.polsl.gliwice.pl

/--------------------------------------\
| `long long long' is too long for GCC |
\--------------------------------------/