Can we have a jsf application without faces-config.xml?
Answer / Swati Chandra
Technically, yes. However, in most cases, you would still need a faces-config.xml file to define navigation rules, managed beans, and other important configurations. If you don't include one, the JSF implementation will use default settings, which may not meet your application's needs.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are facelets JSF tags?
List the new features of jsf 2.0?
What is h:datatable tag in jsf (javaserver faces)?
What is f:converter tag in jsf (javaserver faces)?
What tags for validation exist in jsf?
Mention some of the validator tags used in JSF?
What do you understand by java server faces (jsf)?
What are the three types of text fields tags provided by jsf?
Explain the name backing bean.
What is the minimum configuration required for a jsf application?
What is managed bean and backing bean in jsf?
What do you mean by bean scope?