2009/5/4 Vibhore Anant <[email protected]>: > if the code in my custom TilesContainerFactory gets executed correctly, the > LocaleDefinitionsFactory will be created automatically, right? > > protected LocaleDefinitionsFactory instantiateDefinitionsFactory( > Object context, TilesApplicationContext applicationContext, > TilesRequestContextFactory contextFactory, LocaleResolver resolver) { > return new LocaleDefinitionsFactory(); > }
I think so, but probably it is overridden by the code in TilesContainerFactory.postCreationOperations. I think you have no choice other than debugging. Antonio
