in my service, public void service(IRequestCycle cycle), i pass "HttpServletResponse" to new Thread, in the new thread, i execute response.getwriter().print("xxx").. , i get the bottom error. if i not using new thread, response print can display properly, but with thread, i cannot do that. any idea where i did wrong?
Exception in thread "Thread-34" java.lang.NullPointerException: Property 'response' of <OuterProxy for tapestry.globals.RequestGlobals(org.apache.tapestry.services.RequestGlobals)> is null. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]