Question

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

Était-ce utile?

La solution

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

Autres conseils

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!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top