Thursday 21 February 2013

ADF: Code to show error msg in page

## Code to show error msg  in page


throw new ValidatorException(new FacesMessage(FacesMessage.SEVERITY_ERROR,”msg”,null));


Note: This code works only in the validator block

No comments:

Post a Comment