Hey guys, I originally posted this on the GWTP forums but they seemed to think that it might be a GWT issue.
Im having issues when I try to use URL.encodeQueryString() on %. Basically it shows up in my browser url as %252525 rather then %25. Is this a known bug in GWTP or in GWT? I have debugged down deep into GWTP and the parameter seems to be set at %25 all the way along(as far as I could debug). Also it seems to come back through gwtp as place request parameter with a value of %25 which is what I expect . So I just use the URL.decodeQueryString() and it works fine for now... Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3_6xgxC-oFQJ. 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-web-toolkit?hl=en.
