how to access ServletRequest object in gwt-dispatch ActionHandler<>?
- by Stevko
This may be obvious but I can't see to find my way to the ServletRequest object within a gwt-dispatch ActionHandler.execute() method.
I'm needing to get to the servlet's getRemoteHost() method.
I'm using v1.0 of gwt-dispatch.