1. The method getRequestContext() is undefined for the type IRequestCycle.
The RequestContext doesn't exist anymore. Now we have the Infrastructure
object. Also, in order to support portlets, the Infrastructure object doesn't
give you HttpServletRequest or HttpServletResponse objects, but instea
Hello,
I'm converting Tapestry 3 application to Tapestry 4. I'm using 4.1.1.
I'm getting the following errors:
1. The method getRequestContext() is undefined for the type IRequestCycle
a. String remoteUsername = event.getRequestCycle().getRequestContext().
getRequest().getRemoteUser();
b.PathM