RE: Converting T3 to T4 issues

2007-06-11 Thread Robert J. Walker
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

Converting T3 to T4 issues

2007-06-10 Thread Nazmul
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