On 27 sep, 02:36, Jaap <[email protected]> wrote:
> The way I understand it you can history in your gwt app by using a
> history token which is displayed as follows in the URL
>
> http://www.example.com/#token
>
> I actually need a combination of tokens and prefer to use the normal
> syntax you have with GET urls. So I'd like to have history which looks
> like
>
> http://www.example.com/?locale=es&query=test
>
> Is this possible with GWT
No, because it's just not possible at all with anything JavaScript.
FYI, HTML5 defines a pushState() that'll allow such a thing, but to my
knowledge no-one has implemented it already (but work is underway in
at least Firefox and WebKit)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---