we just use one phaselistener defined in faces-config.xml
<lifecycle>
<phase-listener>
base.presentation.common.ShowPhaseListener
</phase-listener>
</lifecycle>
and one extension filter(i think it won't effect the response,right?)
<filter>
<filter-name>extensionsFilter</filter-name>
<filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
</filter>
How can i know whether there is something wrote to the header before
redirection?
Thank you.
--
View this message in context:
http://www.nabble.com/sendRedirect-throws-illegalstateexception-tf2009802.html#a5523699
Sent from the MyFaces - Users forum at Nabble.com.