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

有帮助吗?

解决方案

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

其他提示

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top