You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The com.gwtplatform.mvp.client.proxy.PlaceRequest.Builder implementation in GWTP 1.0 doesn't allow you to build from an existing PlaceRequest. Our common use case is to query com.gwtplatform.mvp.client.proxy.PlaceManager.getCurrentPlaceRequest() and then
add/change something.
I propose a new constructor for PlaceRequest.Builder:
PlaceRequest.Builder(PlaceRequest request)
The text was updated successfully, but these errors were encountered:
The com.gwtplatform.mvp.client.proxy.PlaceRequest.Builder implementation in GWTP 1.0 doesn't allow you to build from an existing PlaceRequest. Our common use case is to query com.gwtplatform.mvp.client.proxy.PlaceManager.getCurrentPlaceRequest() and then
add/change something.
I propose a new constructor for PlaceRequest.Builder:
PlaceRequest.Builder(PlaceRequest request)
The text was updated successfully, but these errors were encountered: