문제

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