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 |
List out the converter tags used in JSF?
What is f:convertdatetime tag in jsf (javaserver faces)?
How to access css (cascading style sheets) file in jsf (javaserver faces) application?
What is managed bean in jsf (javaserver faces)?
List the benefits of Expression Language?
What is jsf (javaserver faces)?
What are the mvc design modules?
Explain the differences between a managed bean and backing bean in jsf?
What are the command component tags used for action and navigation?
List the benefits of a data table in jsf.
List the available scopes for managed bean in jsf.
What are some of the facelets tags?