Hi,

I have a page and inside that page's onActivate method called like below

servletResponse.sendRedirect("link");

it redirects that link successfully when the page comes but it also throws
the below error in logger file

[ERROR] TapestryModule.RequestExceptionHandler Processing of request failed
with uncaught exception: getWriter() has already been called for this
response 
java.lang.IllegalStateException: getWriter() has already been called for
this response 

What is wrong here? how can I resolve this?

Regards,
Karthi.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-resolve-getWriter-has-already-been-called-for-this-response-tp5714111.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to