Is it possible to hide the parameters from the URL?
placeManager.revealPlace(new PlaceRequest("show").with("t", "e").with("x", "1"), true);
URL:
gwt.codesvr=127.0.0.1%3A9997#show;t=e;x=1
I want the URL to be gwt.codesvr=127.0.0.1%3A9997#show. Is this possible? or any other approach to do this?
I tried passing an event.. But the URL doesnt change in that case.
Thanks, Pradeep