Frage

Is this possible to change "#" character or change URL format to "/param/:value/param2/:value2" for GWT project when we are using GWTP?

War es hilfreich?

Lösung

You can use gwt-pushstate to get rid of the hash bang #

Andere Tipps

The '#' charakter is defined in the html standard to navigate to an anchor in the same page. This is used by the history management in gwt. Please have a look at the w3c docs: fragment-uri

You can not change this!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top