I'm trying to set a text in history token containing the "/" character
but i want to encode it before setting the token
For exameple : "2/12/a" to become "2%2F12%2Fa"
the problem is that GWT also converts automatically % in %25. thus
History.newItem(URL.encodeComponent(text)) does not set the correct
text.
so how do i set in the history item the text "%2F" ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to