i couldn't find a proper answers to the following questions so i would be grateful if someone could enlighten me a bit.
* how to get a current page that component is rendered on? I know there is almost no difference between pages and components in T5. in such a case, how to get a 'root' component that acts as a Page in T4? * how to get current HttpSession? I know how to get a Session object but it is not enough as it doesn't have an 'invalidate' method for example. * the same thing with HttpServletRequest. There is a Request but it doesn't allow to get/set attributes. * how to get a ServletContext object? I guess these question may look a bit silly but unfortunately they are a real stoppers in my migration to T5. umrzyk.