October 2012
Intermediate to advanced
590 pages
15h 18m
English
When a validation fails during the post back of a page, the framework adds the validation error messages in javax.faces.context.FacesContext object displaying it during the RenderResponse phase
in the page life cycle. ADF input components, in general, supports automatically displaying their own messages. However, if you want to override the default display of messages (including validation exception),
the following ADF Faces components are available for you:
af:message component. The following example overrides the default error display for the deptName field using a separate af:message component:<af:inputText id="deptName" ...
Read now
Unlock full access