Sunday, December 12, 2010

Display validation messages on top of the page instead of popup

Validation messages can be displayed either as popup or on top of the page. 
To diplay the messages on top of the page. Add below tag at start of the page.
<af:messages id="m1" inline="true"/>