提交 | 用户 | 时间
|
58d006
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
A |
2 |
|
|
3 |
<faces-config |
|
4 |
xmlns="http://java.sun.com/xml/ns/javaee" |
|
5 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
6 |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" |
|
7 |
version="2.0"> |
|
8 |
<navigation-rule> |
|
9 |
</navigation-rule> |
|
10 |
<application> |
|
11 |
<locale-config> |
|
12 |
<default-locale>zh_CN</default-locale> |
|
13 |
<supported-locale>en</supported-locale> |
|
14 |
</locale-config> |
|
15 |
<resource-bundle> |
|
16 |
<base-name>resources.welcome.welcom</base-name> |
|
17 |
<var>msgs</var> |
|
18 |
</resource-bundle> |
|
19 |
<el-resolver> |
|
20 |
org.springframework.web.jsf.el.SpringBeanFacesELResolver |
|
21 |
</el-resolver> |
|
22 |
</application> |
|
23 |
<!-- 以下是部署的jsf的phaselistener --> |
|
24 |
<lifecycle> |
|
25 |
</lifecycle> |
|
26 |
</faces-config> |