Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

JSF hello world

Mon Jul 02, 2007 12:55 pm

Hi all , this is my JSF Hello world .What you need to run :grin: .Is Tomcat Apache server .
Code:

 
<html>
    <
head>
        <
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <
title>JSP Page</title>
    </
head>
    <
body>
        <
f:view>
            <
h1><h:outputText value="Hello world" /></h1>
        </
f:view>
    </
body>
</
html>

 

Remember that JSF written as JSP tags .



Post a reply
  Related Posts  to : JSF hello world
 Hello World using JSP     -  
 Hello World!     -  
 Servelt Hello world I made by myself     -  

Topic Tags

Java JSF