I was wondering if there is a possible configuration solution, that allows me to use ICEfaces only for dedicated JSF pages?
The only thing I came up with is using separate url-patterns in the web.xml for the ICEfaces Servlets and the normal JSF Servlet.
But this would leave me with the problem of having one view-handler specified in my faces-config.xml.