Response type with Facelets

Is it possible to change reponse type in Facelets to text/html. I am having some problems with XHTML and Firefox. Thanks
[134 byte] By [Cvirkoa] at [2007-10-3 4:04:05]
# 1
What JSF implementation/version are you using with Facelets?
rlubkea at 2007-7-14 22:03:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I use JSF RI 1.2, Facelets 1.1.9. I can change response type with custom filter btut if there was more elegant way ...Tomas
Cvirkoa at 2007-7-14 22:03:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I'm not sure what problem you're hitting. Is it the lack of encoding '&'? If so,upgrade to 1.2_02. If that isn't it, can you go into more details?
rlubkea at 2007-7-14 22:03:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Firefox finds illegal to use document.write() in XHTML. Plus some problems with Tomahawk - not closing <TR> tag etc. That's the reason why I want to switch to HTML.Tomas
Cvirkoa at 2007-7-14 22:03:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
<f:view contentType="...">-Henri
Henri_Karapuua at 2007-7-14 22:03:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...