So, if you are getting 'type=' twice, did you think about trying:
self.redirect("/dir?%s" % urllib.urlencode({ "type" :
self.request.get("dir_type") } ))
On Sat, Jan 22, 2011 at 20:33, Zeynel <[email protected]> wrote:
> On Jan 22, 8:02 pm, djidjadji <[email protected]> wrote:
>
>> 'type' is between quotes ==> a string.
>> Has nothing to do with a variable or a function object.
>
> I understand this. If I use this solution the url is always
>
> /dir?type=type=
>
> "type" is not replaced with the merchandise_type. Maybe I am not using
> it correctly?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.