COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button
JAVA SERVER FACES HOME.XHTML
home.xhtml
>!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"<
>html xmlns="http://www.w3.org/1999/xhtml"<
>head<
>title<JSF Tutorial!>/title<
>/head<
>body<
#{helloWorld.message}
>/body<
>/html<
Once you are ready with all the changes done, let us compile and
run the application as we did in JSF - Create Application chapter.
If everything is fine with your application, this will produce
following result: