[Zope] redirect

Daniel Rusch drusch@globalcrossing.com
Tue, 24 Oct 2000 09:04:09 -0500


<dtml-call
"RESPONSE.redirect('http://zope.org/index.htm?cod='+_.str(test))">

You can't (and don't need to) put dtml tags inside dtml tags. 

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>')">
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )