Hi<br><br>Doing some tests I notice this param is in fact ignored. If the page does not have the following at the begginig:<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;<br><br>The document output encoding is set as UTF-8 by default. This is true for both myfaces and mojarra. It is easy to check, just render a page with firefox and use firebug to check how the Content-type header looks like.<br>
<br>In my personal opinion, the encoding of the document takes precedence over &quot;contentType&quot; or &quot;encoding&quot; param from f:view, but if no xml declaration is used (like in mojarra examples), the value from contentType must be used as the response encoding (right now &quot;encoding&quot; or charset param set in &quot;contentType&quot; is just ignored). The original facelets code sets encoding always UTF-8.<br>
<br>regards,<br><br>Leonardo Uribe<br>