384385386387388389390391392393394
UIInput input = (UIInput) target; input.setSubmittedValue(submittedValue); try { input.processValidators(facesContext); } catch(FacesException e) { Assert.fail("No exception expected", e); }
442443444445446447448449450451452