Hi all, I'm interested in using Tiger to help configure some of my common components that are shared across several web apps.
For every web app I've been creating, I have a common JAR file that is included in the WAR when the web app is constructed. This common JAR comtains all the common validators and renderers that are shared. I came across a statement in the Shale Tiger documentation that mentioned that JARs included in the WAR would not be investigated unless it had a faces-config.xml file in the META-INF directory of the JAR. Does this mean I can have more than one faces-config.xml file for the same webapp? (one in the WAR file, configuring all the VC's and one in the JAR file, configuring all the components). Is there a order of preference that I should be wary about? If I use Tiger for all my common components - I guess I can just put an empty faces-config.xml in that included JAR to cause Shale to parse the JAR - is that correct? Thanks all, Jason
