My Journey with Oracle ADF
Place where you can find commonly used java codes and tutorials in ADF.
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment