URL generates a URL, it can only contains strings.

On Nov 10, 1:50 pm, Tom Chang <[email protected]> wrote:
> All,
>
> I just realized that when I pass a hash variable to redirect, it will
> get converted into a string? Is there a way I can pass a hash variable
> via redirect?
>
> for example,
> redirect(URL(r=request,
> f='scmView.html',vars=dict(scmResult=scmResult, a= a,
> totalCm=totalCm,osPath=osPath,scmOUI=scmOUI,scmOUIName=scmOUIName)))
>
> scmOUI and scmOUIName are string after the redirect and I verify that
> by using type operation.
>
> cheers,
> tom

Reply via email to