Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
Answer / Deepak Singh Rathore
The required attribute is used to specify whether a component's input is mandatory, while the requiredMessage attribute is used to set the error message that will be displayed if the required input is not provided.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is jsf not as popular as, for example, mvc frameworks like spring mvc, although jsf is older and included in jee?
What is jsf life cycle and its phases?
Can there be no faces-config.xml for jsf application?
Explain @RequestScoped annotations?
What is a class student?
What are converter tags in JSF?
Give a list of facelet tags.
Mention two ways of binding supported by JSF?
What are the different types of JSF events?
Can we have a jsf application without faces-config.xml?
What is a render kit?
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?