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 <azeyn...@gmail.com> wrote:
> On Jan 22, 8:02 pm, djidjadji <djidja...@gmail.com> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to