On 4/13/06, Hubert Rabago <[EMAIL PROTECTED]> wrote: > > I'm including shale-tiles.jar in my app, but overriding the > TilesViewHandler with my own implementation. However, just including > shale-tiles.jar in the app autoloads the META-INF/faces-config.xml, > which loads Shale's TilesViewHandler. > > Is there a way I can include shale-tiles.jar but not autoload its > faces-config.xml?
Not without taking the JAR apart and removing the faces-config.xml that is there. Auto-loading such files is a feature required by the JSF spec. thanks, > Hubert Craig --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >