Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Page being rendered as XML
Page being rendered as XML [message #620433] Thu, 01 October 2009 13:58
Steve Whatmore is currently offline Steve WhatmoreFriend
Messages: 95
Registered: July 2009
Member
Good morning,

I am in the middle of upgrading to JSF 2.0 and am having problems getting my
very basic page to render as HTML in the embedded browser.

Here is the source of the page.

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<body bgcolor="white">

HELLO WORLD!

</body>
</html>

and this source is actually be displayed in the browser.

This seems to indicate to me that the page is not actually being executed by
the JSF engine.

Anyone seen this and can assist?

Whatty
Previous Topic:JSF Tools Project Planning: Call for participation
Next Topic:Page being rendered as XML
Goto Forum:
  


Current Time: Fri Apr 26 15:36:12 GMT 2024

Powered by FUDForum. Page generated in 0.04082 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top