Files listed in the javax.faces.CONFIG_FILES initialization parameter inside WEB-INF/web.xml. For example,
<web-app>
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>WEB-INF/navigation.xml,WEB-INF/beans.xml</param-value>
</context-param>
</web-app>
(This mechanism is attractive for builder tools because it separates navigation, beans, etc.)
navigation.xml :navigation-rule
beans.xml :managed-bean
posted on 2007-12-11 18:37
*一凡* 阅读(218)
评论(0) 编辑 收藏 所属分类:
JSF