Hello I try to get all events in ViewRoot in custom validator. In debugging I see ViewRoot stores all events but I couldn't find a method to get them all. Depending on some ActionEvent I validate more or less.
Any ideas? FacesContext.getCurrentInstance().getViewRoot().getXXX ??? Christian

