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... />
| <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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995665#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...