0 Replies Latest reply on Dec 21, 2006 12:01 PM by koatto

    explorer page rendering

    koatto

      accessing seam's pages from explorer i get the xml markup instead of the rendered html, while mozilla correctly renders the pages.
      What's wrong?

      <?xml version="1.0" ?>
      - <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:t="http://myfaces.apache.org/tomahawk" xmlns="http://www.w3.org/1999/xhtml" version="2.0">
       <jsp:output doctype-root-element="html" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
       <jsp:directive.page contentType="text/html" />
      - <head>
       <link id="screen-css" href="files/screen.css" rel="stylesheet" rev="stylesheet" type="text/css" media="screen" charset="utf-8" />
       <link id="homepage-css" href="files/home.css" rel="stylesheet" rev="stylesheet" type="text/css" media="screen" charset="utf-8" />
      - <script src="files/global.js" type="text/javascript" charset="utf-8">
      - <!--
      
      //
      
       -->
       </script>
      
      


      thanks.