On Tue, Feb 7, 2012 at 4:57 PM, Thomas Singer <[email protected]> wrote: >> IRequestHandler handler = >> Application.get().getRootRequestMapper().mapRequest(request); > > Requires a Request instance, but I just have a path String...
Where do you get the path string from? Anyways, typically you can get at the Request through RequestCycle.get().getRequest() Martijn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
