Hi Surjendu, The createRoot() could potentially be called before any request has arrived. So you shouldn't attempt to access to a Request object at this point.
Best regards, Jerome -----Message d'origine----- De : news [mailto:[EMAIL PROTECTED] De la part de Surjendu Envoyé : jeudi 15 mai 2008 00:06 À : [email protected] Objet : Does createRoot method gets called before handle method? Does createRoot method gets called before handle method. In that case i can never get a handle of request in the createRoot method(though I know i can call super.handle in handle method later). But is there a way to get request object in the createRoot method?

