Does 8733 support multiple faces-config.xml?
I thought this question was asked before, but I saw nothing when I did a search in the forum.
I configured multiple faces-config.xml in web.xml like this:
<context-param>
<param-name>javax.faces.application.CONFIG_FILES</param-name>
<param-value>
/WEB-INF/faces-config.xml,/WEB-INF/faces-config-direct.xml
</param-value>
</context-param>
In my case, 8733 doesn't understand the JSF-managed beans defined in /WEB-INF/faces-config-direct.xml.
Edited by: Thai Dang Vu on Sep 4, 2008 2:09 AM
请先登录再写评论。
it should be supported since Idea 6.0.
Sorry, I used the wrong param-name. It should be javax.faces.CONFIG_FILES.