java - JSF, override HTTP headers -


I strongly need to override the JSF 2.0 content-type header. Default is

  Content-Type: App / XHTML + xml; Charset = UTF-8  

but I need

  content-type: text / html;  

Thanks

How about

< Pre> & lt; F: visual contentType = "text / html" />

Comments