In relation to http://jira.icefaces.org/browse/ICE-6138 I've checked the html generated by Websphere Portal Server. It is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html class="dj_gecko dj_contentbox" lang="da" xml:lang="da" xmlns="http://www.w3.org/1999/xhtml">
I've also defined the contentType in the Facelets template used by all our pages
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:c="http://java.sun.com/jstl/core"
xmlns:common="http://dkmanet.dk/jsf/common" contentType="text/html">
<ice:portlet>
.......
But it has had no effect.
I don't know how the ICEfaces components determines contentType and encoding, but in our case the will not be able to read <html> og doctype definitions server side, as these are generated by Websphere Portal Server. Could the issue reside here?
I am also wondering if the fix http://jira.icefaces.org/browse/ICE-5664 is required to apply contentType? This fix does not seem to be part of EE-1.8.2.GA_P03
In relation to http://jira.icefaces.org/browse/ICE-6138 I've checked the html generated by Websphere Portal Server. It is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html class="dj_gecko dj_contentbox" lang="da" xml:lang="da" xmlns="http://www.w3.org/1999/xhtml">
I've also defined the contentType in the Facelets template used by all our pages
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:c="http://java.sun.com/jstl/core"
xmlns:common="http://dkmanet.dk/jsf/common" contentType="text/html">
<ice:portlet>
.......
But it has had no effect.
I don't know how the ICEfaces components determines contentType and encoding, but in our case the will not be able to read <html> og doctype definitions server side, as these are generated by Websphere Portal Server. Could the issue reside here?
I am also wondering if the fix http://jira.icefaces.org/browse/ICE-5664 is required to apply contentType? This fix does not seem to be part of EE-1.8.2.GA_P03