Hi Simon!
I guess you could use a ServletContextListener to extract the default factory from FactoryFinder and then set your own instance passing it the default implementation, but that would work only if JSF's own ServletContextListener is executed before, and I'm not aware of the listener priority when placed in a tld.
Thanks for your support .... I've fixed it by using JSF 1.2 to compile the lib and test it using the JSF 1.1 implementation ... looks like it works fine now - even if it is a dangerous way as you have to ensure not to use any JSF 1.2 stuff if you would like to keep JSF 1.1 compatibility, but thats something a developer might understand ;-)

Ciao,
Mario

Reply via email to