InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Richfaces Message And Messages? |
|
Answer» The <rich:messages> component works similar to the <rich:message> component and automatically rendered after an AJAX request. It is USED to display all the validation messages of the current web PAGE collectively. The <rich:messages> component works similar to the <rich:message> component and automatically rendered after an Ajax request. It is used to display all the validation messages of the current web page collectively. |
|