I'm just starting to work with JSF and Facelets and I've put together a very simple page that is just taking a template from another file and inserting some text (just to show that it pulls inormation from both the template and the calling page)
However whenever I try to view the page in Internet Explorer 7, it attempts to download the page because it doesn't know what it is. After looking around, I learned that IE doesn't render xhtml, which is causing the problem, so my question is this.
How do you get facelets to work properly in Internet Explorer?
I've tried to change the extenstion that faces uses to a variety of things (.html, .jsf, .magic, ,moreMagic, etc...) but to no avail. Am I missing something very basic, or do I just need to find a different templating/custom tagging framework?
Just for the record, I'm running JBoss-4.2.3.GA, JEE 5, JSF 1.2, and using IE 7 and myEclipse 7.5. I can't upgrade any of them due to work constraints.