> > What if all of the ExtensionsFilter dependent components were refactored to > descend from a single abstract UIComponent parent that did this check at some > point during the request lifecycle? >
What do you think about adding this check to AddResourceFactory.getInstance() ? Most of the time all you can do with AddResource depends on the extensionsFilter so this would be that a bad place, no? --- Mario
