Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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!

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top