<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE faces-config 
    PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
	"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">  
<faces-config>
    <lifecycle> 
        <phase-listener>com.fujitsu.futurity.web.x33.X33JWPhaseListener</phase-listener> 
    </lifecycle>
    <application>
      <locale-config>
         <default-locale>ja_JP</default-locale>
      </locale-config>
    </application>
    <navigation-rule>
    <!-- 
        <navigation-case>
            <from-outcome>WSG100001PJP</from-outcome>
            <to-view-id>/wsd/ns/jpn/pc/WSG100001PJP.jsp</to-view-id>
        </navigation-case>
        <navigation-case>
            <from-outcome>WSG100002PJP</from-outcome>
            <to-view-id>/wsd/ns/jpn/pc/WSG100002PJP.jsp</to-view-id>
        </navigation-case>
        <navigation-case>
            <from-outcome>WSE002002PJP</from-outcome>
            <to-view-id>/errContents/WSE002002PJP.jsp</to-view-id>
        </navigation-case>
     -->
    </navigation-rule>
    <managed-bean>
        <managed-bean-name>body</managed-bean-name>
        <managed-bean-class>com.fujitsu.futurity.web.x33.beans.X33VViewJSPBean</managed-bean-class>
        <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
</faces-config>
