Version :
Apache MyFaces 2.1.14 and RichFaces 4.3.5
Issue:
We are migrating from jsf 1.2 to jsf 2. We are facing very strange issue as :
When any ajax operation is performed , we are getting below error and page is not refreshed (or rerended as usual)
org.apache.myfaces.context.servlet.ServletExternalContextImpl setResponseContentType
SEVERE: Cannot set content type. Response already committed
This question is very similar to jsf 2.0 response already commented (ajax) , but it seems that no one has answered this question. It also comes only at the specific page and same code at other places works fine and this error is very random in nature?
Is this anything to do with apache myfaces ? Please help if any inputs are available .
The xhtml ajax tags causing these issues are : a4j:commandLink and a4j:ajax