How to declare the message beans in the faces –config.xml file?
Answer / Jitendra Rathore
Message beans are declared in the faces-config.xml file using the <message-bundle> tag, which specifies the message bundle class and the base name of the properties files that contain the localized messages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the three types of text fields tags provided by jsf?
What is the minimum configuration required for a jsf application?
Explain the different kinds of bean scopes in jsf?
What are tags in jsf?
Explain the name backing bean.
How are the various components rendered on the jsf page?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
How to declare the message bundle in jsf?
What are the facelets templates?
what does JSF-Managed Bean?
What is eager managed bean?
What are the benefits of jsf (javaserver faces)?