Tagged Questions
0
votes
2answers
172 views
Using prepareFromRequest(PlaceRequest) from GWT presenter widget
I am trying to get a URL parameter from a GWT presenter widget, but I am getting these error messages:
The method prepareFromRequest(PlaceRequest) of type ViewDiagramPresenter must override or ...
0
votes
1answer
94 views
Eclipse Debug configuration: add parameters #!e on GWT project
I am using Eclipse Indigo to develop a GWT project. At time of debugging I need to set this URL: http://127.0.0.1:8888/MySite.html#!e (edition mode)
But instead the one that is opened is ...
1
vote
3answers
465 views
Keeping GWT History Hashes thru Spring Security Login
I'm retrofitting my application with GWT History support, and I've stumbled on a case where I'm not quite sure what to do. The answer to this question doesn't necessarily have to be GWT-related.
...
1
vote
2answers
3k views
Create URL Parameters in GWT
I asked a related question here
How do I programatically write parameters into the URL using GWT? I've learned from my previous question that parameters need to go before the anchor, but how do I do ...