1.

Is It Possible To Have More Than One Faces Configuration File?

Answer»

Yes. You can define the list of the configuration FILES in the web.xml.
This is an example:

<context- param> <param- NAME> javax .FACES.CONFIG_ FILES </param- name> <param-value> /WEB-INF /faces- config- NAVIGATION .xml, /WEB- INF /faces- BEANS .xml </param- value></context-param>

Yes. You can define the list of the configuration files in the web.xml.
This is an example:

<context- param> <param- name> javax .faces.CONFIG_ FILES </param- name> <param-value> /WEB-INF /faces- config- navigation .xml, /WEB- INF /faces- beans .xml </param- value></context-param>



Discussion

No Comment Found