What is h:message tag in jsf (javaserver faces)?
Answer / Dharmendra Patel
The h:message tag in JSF is used to display dynamic messages, such as error or success messages, within an application. It can be bound to a Managed Bean property that stores the message text and visibility state.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some advantages of facelets.
Give the system requirements for the jsf use.
What is jsf life cycle and its phases?
Tell us about the purpose of the converter tags in jsf.
What is the significance of @managedproperty annotation?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
What is h:inputhidden tag in jsf (javaserver faces)?
How does execution phase work in jsf (javaserver faces) lifecyle?
What is resource bundling in jsf?
What do you mean by bean scope?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
Tell about the life cycle of java server faces.