Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在某处读过,可能会将面导航规则放置在与 faces-config.xml 分开的 xml 文件中,但我现在在任何地方都找不到该引用。有没有人遇到过这个?JSF 2.0
应用程序的context-paramweb.xml 文件中的一个。与您想要的 JSF 文件一样。
context-param
<context-param> <param-name>javax.faces.CONFIG_FILES</param-name> <param-value>/WEB-INF/faces-config.xml, /WEB-INF/faces-managed-beans.xml, /WEB-INF/faces-navigation.xml</param-value> </context-param>