Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-09 Thread Josué Alcalde González
El mié, 08-11-2006 a las 10:11 +0100, Josué Alcalde González escribió: Thanks for your answers. I will talk about my experiences with the solutions. I try to define a mime-type in web.xml, but it didn't work. Studying the source code in Internet Explorer (the file he tries to download), I reali

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Stephen Souness
I'm no JSF expert, but the following might get you somewhere... Do you have a MIME type configured for the url extension(s) that you have for your JSF URLs? I've also seen a recommendation to add the following directive: on the Core JSF FAQ page. -- Stephen Christopher Schultz wrote: -

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josué, Josué Alcalde González wrote: > I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. > > It works perfect in Firefox but IE doesn't show the faces pages, but it > prompts to download. MSIE is a pile of crap. Given your JSP

Re: Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Martin Gainty
Subject: Tomcat and JSF. Internet Explorer prompts for download >I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. > > It works perfect in Firefox but IE doesn't show the faces pages, but it > prompts to downl

Tomcat and JSF. Internet Explorer prompts for download

2006-11-08 Thread Josué Alcalde González
I am developing a JSF application using tomcat 5.5.20 and myfaces 1.1.4. It works perfect in Firefox but IE doesn't show the faces pages, but it prompts to download. This is my web.xml file: --- http://java.sun.com/xml/ns/