What is h:commandbutton tag in jsf (javaserver faces)?
Answer / Sunil Kumar Rana
The h:commandButton tag in JSF (JavaServer Faces) is a UICommand component that represents a graphical command, such as a button. When clicked, it invokes an action method in the backing bean.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some important event handlers.
What is javaserver faces expression language?
What are the different types of Page Navigation supported in JSF?
what is JSF or Java Server Faces?
What does ajax stand for?
What is jsf and why it is used?
What are the different types of expressions supported by jsf el (expression language)?
What is a class student?
What is h:message tag in jsf (javaserver faces)?
What is f:validatelongrange tag in jsf (javaserver faces)?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
What is a render kit?