[Zope] What wrong?
Leonardo Fernandes
ra019837@ic.unicamp.br
Tue, 18 Mar 2003 11:12:47 -0300
I have already tried it, but get the same error, only the single quotes
disappear from the error message.
Jason Bush wrote:
> Perhaps if you omit the single quotes from the string.
> It looks like ./Aul00/aula may be a valid key but './Aul00/aula' is not.
>
>
> Leonardo Fernandes wrote:
>
>> Hi,
>>
>> Please, whats wrong with this code?
>>
>> <dtml-let est="_['\'./'+estagio+'/aula\'']">
>> <dtml-call "RESPONSE.redirect(est)">
>> </dtml-let>
>>
>> estagio is a valid variable (containing the value Aul00) and Aul00 is
>> a Folder but I get the following error:
>>
>> Error type - KeyError
>> Error value - './Aul00/aula'
>>
>> How would be the correct way to perform that redirection?
>>
>> Thank you very much.
>>
>>
>> _______________________________________________
>> Zope maillist - Zope@zope.org
>> http://mail.zope.org/mailman/listinfo/zope
>> ** No cross posts or HTML encoding! **
>> (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
>> http://mail.zope.org/mailman/listinfo/zope-dev )
>>
>