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 |
What are some of the best practices for jsf application?
How can we get the generated event?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
Explain immediate and rendered attributes?
what does JSF-Managed Bean?
what are facelets JSF tags?
What is jsf (javaserver faces)?
Explain the name backing bean.
What are required configurations for JSF framework?
Explain the different kinds of bean scopes in jsf?
What are the different types of validation used in jsf?
What is the difference between backing bean and managed bean?