[ZWeb] URL Redirection Problems
Mike Doanh Tran
mtran@shufflemasterrd.com
Fri, 19 Oct 2001 08:26:18 -0600
i am using the latest version of the Zope's Redirector script. I was trying
to set the Target URL to a <DTML-VAR> but did not work. Does anyone know how
i can redirect a page to go to a dynamic url base on the current date. Here
is what i was trying to do.
Target URL: view?start_date="<dtml-var zopeDate>"
I am trying to force my calendar to redirect and default to current date. The
calendar that i am using is SempoiCalendar.
Any suggestion is appreciated.