Is there any reason why the TabChangeListenerTag doesn't accept value-bindings to a listener and if so why? The current implementation takes a class name which is then instantiated.
I would like my application to be informed of changes to the tabs and I don't want to have to use FacesContext to get to the obvious dependencies.
I'm not sure that making the component a managed bean and adding the
listener programmatically would be helpful, as I am loathe to add more things to the HttpSession.
thanks, andy
-- Andrew Thornton [EMAIL PROTECTED] / [EMAIL PROTECTED]

