Creating the faces-config.xml file – HP Integrity NonStop H-Series User Manual
Page 459
Creating the
faces-config.xml
File
This file contains configuration details for the MyFaces implementation.
To create the
faces-config.xml
file, complete the following steps
1.
Create the
faces-config.xml
file in the
EmpInfo/WebContent/WEB-INF
directory as
explained in the
section in the
chapter.
2.
Modify the
faces-config.xml
file to include information about message bundle, backing
bean, and navigation rules.
After modification, the
faces-config.xml
file must appear as shown:
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
"http://java.sun.com/dtd/web-facesconfig_1_0.dtd" >
com.hp.empinfo.web.EmpBean
Example of Integrating MyFaces into Spring
459