Description
UIComponentBase.saveAttachedState needs a null check when a List object is saved. Elements that implements StateHolder and are transient just return null, so if we save a list like facesListeners, we end adding null values to the List.
UIComponentBase.saveAttachedState needs a null check when a List object is saved. Elements that implements StateHolder and are transient just return null, so if we save a list like facesListeners, we end adding null values to the List.